소스 검색

Issue #2: debug transformation error: removed translation

cycle20 2 년 전
부모
커밋
64983221e2
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/extensions/tmdet/transformation.ts

+ 5 - 5
src/extensions/tmdet/transformation.ts

@@ -81,11 +81,11 @@ export function transformationForStateTransform(tmatrix: PDBTMTransformationMatr
                          0,              0,              0, 1
         ], 0
     );
-    Mat4.setTranslation(mx, Vec3.create(
-        tmatrix.rowx.t,
-        tmatrix.rowy.t,
-        tmatrix.rowz.t
-    ));
+    // Mat4.setTranslation(mx, Vec3.create(
+    //     tmatrix.rowx.t,
+    //     tmatrix.rowy.t,
+    //     tmatrix.rowz.t
+    // ));
     console.log('is rot and trans?\n', Mat4.isRotationAndTranslation(mx));
     console.log('with translation\n', Mat4.makeTable(mx));
     return mx;