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 1fe4e34 commit 30b71c7Copy full SHA for 30b71c7
examples/js/controls/TransformControls.js
@@ -688,9 +688,6 @@ THREE.TransformControlsGizmo = function () {
688
var matLineMagenta = gizmoLineMaterial.clone();
689
matLineMagenta.color.set( 0xff00ff );
690
691
- var matLineBlue = gizmoLineMaterial.clone();
692
- matLineBlue.color.set( 0x0000ff );
693
-
694
var matLineYellow = gizmoLineMaterial.clone();
695
matLineYellow.color.set( 0xffff00 );
696
0 commit comments