Browse Source

Merge pull request #20739 from JacobJaffe/patch-1

Object3D.quaternion description fix
Mr.doob 4 years ago
parent
commit
ee82ccdd11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/Object3D.d.ts

+ 1 - 1
src/core/Object3D.d.ts

@@ -75,7 +75,7 @@ export class Object3D extends EventDispatcher {
 	readonly rotation: Euler;
 
 	/**
-	 * Global rotation.
+	 * Object's local rotation as a Quaternion.
 	 * @default new THREE.Quaternion()
 	 */
 	readonly quaternion: Quaternion;