|
@@ -473,9 +473,9 @@
|
|
|
<p>
|
|
|
force - A boolean that can be used to bypass [page:.matrixWorldAutoUpdate],
|
|
|
to recalculate the world matrix of the object and descendants on the current frame.
|
|
|
- Useful if you cannot wait for the renderer to update it on the next frame (assuming [page:.matrixWorldAutoUpdate] set to true).<br /><br />
|
|
|
+ Useful if you cannot wait for the renderer to update it on the next frame (assuming [page:.matrixWorldAutoUpdate] set to `true`).<br /><br />
|
|
|
|
|
|
- Updates the global transform of the object and its descendants if the world matrix needs update ([page:.matrixWorldNeedsUpdate] set to true) or if the force boolean parameter is set to true.
|
|
|
+ Updates the global transform of the object and its descendants if the world matrix needs update ([page:.matrixWorldNeedsUpdate] set to true) or if the `force` parameter is set to `true`.
|
|
|
</p>
|
|
|
|
|
|
<h3>[method:undefined updateWorldMatrix]( [param:Boolean updateParents], [param:Boolean updateChildren] )</h3>
|