1
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user