David `Deltakosh` Catuhe 5 年之前
父节点
当前提交
3ac2bf37cd
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/Bones/bone.ts

+ 3 - 3
src/Bones/bone.ts

@@ -672,7 +672,7 @@ export class Bone extends Node {
     }
 
     /**
-     * Set the euler rotation of the bone in local of world space
+     * Set the euler rotation of the bone in local or world space
      * @param rotation The euler rotation that the bone should be set to
      * @param space The space that the rotation is in
      * @param mesh The mesh that this bone is attached to. This is only used in world space
@@ -682,7 +682,7 @@ export class Bone extends Node {
     }
 
     /**
-     * Set the quaternion rotation of the bone in local of world space
+     * Set the quaternion rotation of the bone in local or world space
      * @param quat The quaternion rotation that the bone should be set to
      * @param space The space that the rotation is in
      * @param mesh The mesh that this bone is attached to. This is only used in world space
@@ -712,7 +712,7 @@ export class Bone extends Node {
     }
 
     /**
-     * Set the rotation matrix of the bone in local of world space
+     * Set the rotation matrix of the bone in local or world space
      * @param rotMat The rotation matrix that the bone should be set to
      * @param space The space that the rotation is in
      * @param mesh The mesh that this bone is attached to. This is only used in world space