Skip to content

Commit 7e9d7af

Browse files
committed
Fix #974
1 parent 20fc6ba commit 7e9d7af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/three/controls/EnvironmentControls.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ export class EnvironmentControls extends EventDispatcher {
301301

302302
this.pivotPoint.copy( hit.point );
303303
this.pivotMesh.position.copy( hit.point );
304+
this.pivotMesh.visible = false;
304305
this.pivotMesh.updateMatrixWorld();
305306
this.scene.add( this.pivotMesh );
306307

0 commit comments

Comments
 (0)