Explorar o código

zh doc: update Object3D.html - 4992c3535cdb7f10373d6d4e5c3e9b5f093354bf

gogoend %!s(int64=5) %!d(string=hai) anos
pai
achega
ab3d8d441e
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      docs/api/zh/core/Object3D.html

+ 4 - 4
docs/api/zh/core/Object3D.html

@@ -270,9 +270,9 @@
 
 	<h3>[method:Vector3 localToWorld]( [param:Vector3 vector] )</h3>
 	<p>
-		vector - A vector representing a position in this object's local space.<br /><br />
+		vector - 一个表示在该物体局部空间中位置的向量。<br /><br />
 
-		Converts the vector from this object's local space to world space.
+		将该向量从物体的局部空间转换到世界空间。
 	</p>
 
 	<h3>[method:null lookAt]( [param:Vector3 vector] )<br />
@@ -423,9 +423,9 @@
 
 	<h3>[method:Vector3 worldToLocal]( [param:Vector3 vector] )</h3>
 	<p>
-		vector - A vector representing a position in world space.<br /><br />
+		vector - 一个表示在世界空间中位置的向量。<br /><br />
 
-		Converts the vector from world space to this object's local space.
+		将该向量从世界空间转换到物体的局部空间。
 	</p>
 
 	<h2>源代码</h2>