This commit is contained in:
2026-04-24 19:17:31 +08:00
parent 6c94559383
commit 01fdc0ee37
18 changed files with 696 additions and 196 deletions

View File

@ -87,7 +87,10 @@ export class Point {
this.plane.isVisible = true
this.plane.isPickable = true
this.plane.renderingGroupId = 1
// 标记为热点类型
this.plane.metadata = { type: 'hotspot' }
}
setupEvents() {