|
@@ -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" ];
|