ソースを参照

Update DeviceOrientationControls.html

Change "Camera" to "Object3D"
Kevin Caccamo 5 年 前
コミット
d6bcf3ab08
1 ファイル変更5 行追加5 行削除
  1. 5 5
      docs/examples/en/controls/DeviceOrientationControls.html

+ 5 - 5
docs/examples/en/controls/DeviceOrientationControls.html

@@ -12,7 +12,7 @@
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<p class="desc">
 		<p class="desc">
-			Can be used to orient the camera based on the mobile device's orientation.
+			Can be used to orient an object based on the mobile device's orientation.
 		</p>
 		</p>
 
 
 		<h2>Example</h2>
 		<h2>Example</h2>
@@ -21,10 +21,10 @@
 
 
 		<h2>Constructor</h2>
 		<h2>Constructor</h2>
 
 
-		<h3>[name]( [param:Camera object] )</h3>
+		<h3>[name]( [param:Object3D object] )</h3>
 		<p>
 		<p>
 			<p>
 			<p>
-				[page:Camera object]: The camera to be controlled.
+				[page:Object3D object]: The object to be controlled.
 			</p>
 			</p>
 			<p>
 			<p>
 				Creates a new instance of [name].
 				Creates a new instance of [name].
@@ -48,9 +48,9 @@
 			Whether or not the controls are enabled.
 			Whether or not the controls are enabled.
 		</p>
 		</p>
 
 
-		<h3>[property:Camera object]</h3>
+		<h3>[property:Object3D object]</h3>
 		<p>
 		<p>
-			The camera to be controlled.
+			The object to be controlled.
 		</p>
 		</p>
 
 
 		<h3>[property:Number screenOrientation]</h3>
 		<h3>[property:Number screenOrientation]</h3>