修复点位楼层跳转并优化模型加载缓存

This commit is contained in:
lyf
2026-07-02 16:42:38 +08:00
parent 7cda427de9
commit 9b1f855515
8 changed files with 750 additions and 41 deletions

View File

@@ -23,12 +23,14 @@ export interface GuideModelFloorAsset {
label: string
order: number
modelUrl: string
modelUrls?: string[]
sharedModelAsset?: boolean
modelMatchKeys?: string[]
}
export interface GuideModelRenderPackage {
overviewModelUrl: string
overviewModelUrls?: string[]
floors: GuideModelFloorAsset[]
}