@@ -810,17 +810,17 @@ var TransformControlsGizmo = function () {
810810 [ new Mesh ( new OctahedronBufferGeometry ( 0.1 , 0 ) , matWhiteTransperent . clone ( ) ) , [ 0 , 0 , 0 ] , [ 0 , 0 , 0 ] ]
811811 ] ,
812812 XY : [
813- [ new Mesh ( new PlaneBufferGeometry ( 0.295 , 0.295 ) , matYellowTransparent ) , [ 0.15 , 0.15 , 0 ] ] ,
813+ [ new Mesh ( new PlaneBufferGeometry ( 0.295 , 0.295 ) , matYellowTransparent . clone ( ) ) , [ 0.15 , 0.15 , 0 ] ] ,
814814 [ new Line ( lineGeometry , matLineYellow ) , [ 0.18 , 0.3 , 0 ] , null , [ 0.125 , 1 , 1 ] ] ,
815815 [ new Line ( lineGeometry , matLineYellow ) , [ 0.3 , 0.18 , 0 ] , [ 0 , 0 , Math . PI / 2 ] , [ 0.125 , 1 , 1 ] ]
816816 ] ,
817817 YZ : [
818- [ new Mesh ( new PlaneBufferGeometry ( 0.295 , 0.295 ) , matCyanTransparent ) , [ 0 , 0.15 , 0.15 ] , [ 0 , Math . PI / 2 , 0 ] ] ,
818+ [ new Mesh ( new PlaneBufferGeometry ( 0.295 , 0.295 ) , matCyanTransparent . clone ( ) ) , [ 0 , 0.15 , 0.15 ] , [ 0 , Math . PI / 2 , 0 ] ] ,
819819 [ new Line ( lineGeometry , matLineCyan ) , [ 0 , 0.18 , 0.3 ] , [ 0 , 0 , Math . PI / 2 ] , [ 0.125 , 1 , 1 ] ] ,
820820 [ new Line ( lineGeometry , matLineCyan ) , [ 0 , 0.3 , 0.18 ] , [ 0 , - Math . PI / 2 , 0 ] , [ 0.125 , 1 , 1 ] ]
821821 ] ,
822822 XZ : [
823- [ new Mesh ( new PlaneBufferGeometry ( 0.295 , 0.295 ) , matMagentaTransparent ) , [ 0.15 , 0 , 0.15 ] , [ - Math . PI / 2 , 0 , 0 ] ] ,
823+ [ new Mesh ( new PlaneBufferGeometry ( 0.295 , 0.295 ) , matMagentaTransparent . clone ( ) ) , [ 0.15 , 0 , 0.15 ] , [ - Math . PI / 2 , 0 , 0 ] ] ,
824824 [ new Line ( lineGeometry , matLineMagenta ) , [ 0.18 , 0 , 0.3 ] , null , [ 0.125 , 1 , 1 ] ] ,
825825 [ new Line ( lineGeometry , matLineMagenta ) , [ 0.3 , 0 , 0.18 ] , [ 0 , - Math . PI / 2 , 0 ] , [ 0.125 , 1 , 1 ] ]
826826 ]
0 commit comments