We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fc6ba commit 7e9d7afCopy full SHA for 7e9d7af
src/three/controls/EnvironmentControls.js
@@ -301,6 +301,7 @@ export class EnvironmentControls extends EventDispatcher {
301
302
this.pivotPoint.copy( hit.point );
303
this.pivotMesh.position.copy( hit.point );
304
+ this.pivotMesh.visible = false;
305
this.pivotMesh.updateMatrixWorld();
306
this.scene.add( this.pivotMesh );
307
0 commit comments