From 4992c3535cdb7f10373d6d4e5c3e9b5f093354bf Mon Sep 17 00:00:00 2001 From: WestLangley Date: Sun, 2 Aug 2020 20:37:43 -0400 Subject: [PATCH] Clarification --- docs/api/en/core/Object3D.html | 8 ++++---- docs/api/zh/core/Object3D.html | 10 ++++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/api/en/core/Object3D.html b/docs/api/en/core/Object3D.html index 9f31fce8eb3e8c..ab7f1834ffe56b 100644 --- a/docs/api/en/core/Object3D.html +++ b/docs/api/en/core/Object3D.html @@ -286,9 +286,9 @@

[method:Vector3 getWorldDirection]( [param:Vector3 target] )

[method:Vector3 localToWorld]( [param:Vector3 vector] )

- vector - A vector representing a position in local (object) space.

+ vector - A vector representing a position in this object's local space.

- Converts the vector from local space to world space. + Converts the vector from this object's local space to world space.

[method:null lookAt]( [param:Vector3 vector] )
@@ -447,9 +447,9 @@

[method:null updateWorldMatrix]( [param:Boolean updateParents], [param:Boole

[method:Vector3 worldToLocal]( [param:Vector3 vector] )

- vector - A world vector.

+ vector - A vector representing a position in world space.

- Updates the vector from world space to local space. + Converts the vector from world space to this object's local space.

Source

diff --git a/docs/api/zh/core/Object3D.html b/docs/api/zh/core/Object3D.html index 071f2873acb865..4f3de52a4ec0ae 100644 --- a/docs/api/zh/core/Object3D.html +++ b/docs/api/zh/core/Object3D.html @@ -270,8 +270,9 @@

[method:Vector3 getWorldDirection]( [param:Vector3 target] )

[method:Vector3 localToWorld]( [param:Vector3 vector] )

- vector - 一个表示局部(物体)空间中位置的向量。

- 将局部空间向量转换为世界空间向量。 + vector - A vector representing a position in this object's local space.

+ + Converts the vector from this object's local space to world space.

[method:null lookAt]( [param:Vector3 vector] )
@@ -422,8 +423,9 @@

[method:null updateWorldMatrix]( [param:Boolean updateParents], [param:Boole

[method:Vector3 worldToLocal]( [param:Vector3 vector] )

- vector - 一个世界向量.

- 将世界空间中的向量转换为局部空间向量。 + vector - A vector representing a position in world space.

+ + Converts the vector from world space to this object's local space.

源代码