|
@@ -196,7 +196,10 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<h3>[method:null applyMatrix]( [page:Matrix4 matrix] )</h3>
|
|
<h3>[method:null applyMatrix]( [page:Matrix4 matrix] )</h3>
|
|
- <div>This updates the position, rotation and scale with the matrix.</div>
|
|
|
|
|
|
+ <div>Applies the matrix transform to the object and updates the object's position, rotation and scale.</div>
|
|
|
|
+
|
|
|
|
+ <h3>[method:Object3D applyQuaternion]( [page:Quaternion quaternion] )</h3>
|
|
|
|
+ <div>Applies the rotation represented by the quaternion to the object.</div>
|
|
|
|
|
|
<h3>[method:Object3D clone]( [page:Boolean recursive] )</h3>
|
|
<h3>[method:Object3D clone]( [page:Boolean recursive] )</h3>
|
|
<div>
|
|
<div>
|