|
|
@ -35,6 +35,7 @@ export default class Point extends THREE.Object3D{ |
|
|
|
],3)) |
|
|
|
},onComplete:()=>{ |
|
|
|
this.#popover.position.set(...this.#linePoints[2]) |
|
|
|
this.#popover.element.style.opacity=1 |
|
|
|
this.#popover.visible=true |
|
|
|
}}) |
|
|
|
} |
|
|
@ -76,7 +77,7 @@ export default class Point extends THREE.Object3D{ |
|
|
|
this.#timeLine.play() |
|
|
|
} |
|
|
|
hide(){ |
|
|
|
this.#popover.visible=false |
|
|
|
this.#popover.element.style.opacity=0 |
|
|
|
this.#timeLine.reverse(null, false) |
|
|
|
} |
|
|
|
out(){ |
|
|
|