瀏覽代碼

fixed PreRotation handling in animation data (maya support)

ncannasse 7 年之前
父節點
當前提交
a13c5db9e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hxd/fmt/fbx/BaseLibrary.hx

+ 1 - 1
hxd/fmt/fbx/BaseLibrary.hx

@@ -921,7 +921,7 @@ class BaseLibrary {
 
 					if( def.preRot != null ) {
 						q2.initRotate(def.preRot.x, def.preRot.y, def.preRot.z);
-						q.multiply(q,q2);
+						q.multiply(q2,q);
 					}
 
 					f.qx = q.x;