Explorar o código

Merge pull request #17109 from sciecode/dev-docs-updateworld

Docs: Object3D updateMatrix functions
Michael Herzog %!s(int64=5) %!d(string=hai) anos
pai
achega
10c7931918
Modificáronse 1 ficheiros con 9 adicións e 2 borrados
  1. 9 2
      docs/api/en/core/Object3D.html

+ 9 - 2
docs/api/en/core/Object3D.html

@@ -438,11 +438,18 @@
 		</p>
 
 		<h3>[method:null updateMatrix]()</h3>
-		<p>Update the local transform.</p>
+		<p>Updates the local transform.</p>
 
 		<h3>[method:null updateMatrixWorld]( [param:Boolean force] )</h3>
-		<p>Update the global transform of the object and its children.</p>
+		<p>Updates the global transform of the object and its descendants.</p>
 
+		<h3>[method:null updateWorldMatrix]( [param:Boolean updateParents], [param:Boolean updateChildren] )</h3>
+		<p>
+		updateParents - recursively updates global transform of ancestors.<br />
+		updateChildren - recursively updates global transform of descendants.<br /><br />
+
+		Updates the global transform of the object.
+		</p>
 
 		<h3>[method:Vector3 worldToLocal]( [param:Vector3 vector] )</h3>
 		<p>