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.
2 parents d88a3f6 + 30b71c7 commit 9863cd6Copy full SHA for 9863cd6
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