Quellcode durchsuchen

Docs: updated Object3D

WestLangley vor 8 Jahren
Ursprung
Commit
f807215f0d
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 4 1
      docs/api/core/Object3D.html

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

@@ -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>