提交 4124aa05 编写于 作者: M Mugen87

TransformControls: Remove warning when activate rotate

上级 f10400e7
...@@ -422,11 +422,13 @@ ...@@ -422,11 +422,13 @@
], ],
XYZE: [ XYZE: [
[ new THREE.Mesh() ]// TODO [ new THREE.Mesh( new THREE.TorusBufferGeometry( 1, 0.12, 2, 24 ), pickerMaterial ) ]
] ]
}; };
this.pickerGizmos.XYZE[ 0 ][ 0 ].visible = false; // disable XYZE picker gizmo
this.setActivePlane = function ( axis ) { this.setActivePlane = function ( axis ) {
if ( axis === "E" ) this.activePlane = this.planes[ "XYZE" ]; if ( axis === "E" ) this.activePlane = this.planes[ "XYZE" ];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册