Skip to content

Commit c363dab

Browse files
committed
Docs: Clean up.
1 parent 1f94593 commit c363dab

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

docs/examples/en/controls/TransformControls.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ <h3>[property:Boolean showX]</h3>
111111
Whether or not the x-axis helper should be visible. Default is *true*.
112112
</p>
113113

114-
<h3>[property:Boolean showX]</h3>
115-
<p>
116-
Whether or not the x-axis helper should be visible. Default is *true*.
117-
</p>
118-
119114
<h3>[property:Boolean showY]</h3>
120115
<p>
121116
Whether or not the y-axis helper should be visible. Default is *true*.

docs/examples/zh/controls/TransformControls.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ <h3>[property:Boolean showX]</h3>
111111
Whether or not the x-axis helper should be visible. Default is *true*.
112112
</p>
113113

114-
<h3>[property:Boolean showX]</h3>
115-
<p>
116-
Whether or not the x-axis helper should be visible. Default is *true*.
117-
</p>
118-
119114
<h3>[property:Boolean showY]</h3>
120115
<p>
121116
Whether or not the y-axis helper should be visible. Default is *true*.

examples/jsm/controls/TransformControls.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export class TransformControls extends Object3D {
2727
showY: boolean;
2828
showZ: boolean;
2929
isTransformControls: boolean;
30-
visible: boolean;
3130
mouseButtons: {
3231
LEFT: MOUSE;
3332
MIDDLE: MOUSE;

0 commit comments

Comments
 (0)