Harold Martinez hace 6 años
padre
commit
03f27c2694
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Meshes/transformNode.ts

+ 2 - 2
src/Meshes/transformNode.ts

@@ -364,8 +364,8 @@ export class TransformNode extends Node {
     }
 
     /**
-     * Returns the current mesh absolute scaling.
-     * Returns a Vector3.
+     * Returns the current mesh absolute rotation.
+     * Returns a Quaternion.
      */
     public get absoluteRotationQuaternion(): Quaternion {
         return this._absoluteRotationQuaternion;