优化导览预览与讲解展示层
This commit is contained in:
@@ -6,6 +6,7 @@ export interface GuideRenderPoi {
|
||||
primaryCategoryZh: string
|
||||
iconType: string
|
||||
positionGltf?: [number, number, number]
|
||||
sourceObjectName?: string
|
||||
}
|
||||
|
||||
export interface GuideModelFloorAsset {
|
||||
|
||||
@@ -18,6 +18,7 @@ export interface MuseumPoi {
|
||||
primaryCategory: MuseumCategory
|
||||
categories: MuseumCategory[]
|
||||
positionGltf?: [number, number, number]
|
||||
sourceObjectName?: string
|
||||
sourceConfidence?: string
|
||||
navigationReadiness?: string
|
||||
accessible: boolean
|
||||
@@ -85,6 +86,7 @@ export interface GuideLocationPreview {
|
||||
floorLabel: string
|
||||
primaryCategoryZh?: string
|
||||
positionGltf?: [number, number, number]
|
||||
sourceObjectName?: string
|
||||
}
|
||||
|
||||
export interface GuideStartLocation {
|
||||
|
||||
Reference in New Issue
Block a user