2
0
Mugen87 5 жил өмнө
parent
commit
c363dab4c7

+ 0 - 5
docs/examples/en/controls/TransformControls.html

@@ -111,11 +111,6 @@
 			Whether or not the x-axis helper should be visible. Default is *true*.
 			Whether or not the x-axis helper should be visible. Default is *true*.
 		</p>
 		</p>
 
 
-		<h3>[property:Boolean showX]</h3>
-		<p>
-			Whether or not the x-axis helper should be visible. Default is *true*.
-		</p>
-
 		<h3>[property:Boolean showY]</h3>
 		<h3>[property:Boolean showY]</h3>
 		<p>
 		<p>
 			Whether or not the y-axis helper should be visible. Default is *true*.
 			Whether or not the y-axis helper should be visible. Default is *true*.

+ 0 - 5
docs/examples/zh/controls/TransformControls.html

@@ -111,11 +111,6 @@
 			Whether or not the x-axis helper should be visible. Default is *true*.
 			Whether or not the x-axis helper should be visible. Default is *true*.
 		</p>
 		</p>
 
 
-		<h3>[property:Boolean showX]</h3>
-		<p>
-			Whether or not the x-axis helper should be visible. Default is *true*.
-		</p>
-
 		<h3>[property:Boolean showY]</h3>
 		<h3>[property:Boolean showY]</h3>
 		<p>
 		<p>
 			Whether or not the y-axis helper should be visible. Default is *true*.
 			Whether or not the y-axis helper should be visible. Default is *true*.

+ 0 - 1
examples/jsm/controls/TransformControls.d.ts

@@ -27,7 +27,6 @@ export class TransformControls extends Object3D {
   showY: boolean;
   showY: boolean;
   showZ: boolean;
   showZ: boolean;
   isTransformControls: boolean;
   isTransformControls: boolean;
-  visible: boolean;
   mouseButtons: {
   mouseButtons: {
     LEFT: MOUSE;
     LEFT: MOUSE;
     MIDDLE: MOUSE;
     MIDDLE: MOUSE;