Quellcode durchsuchen

Issue #2: debug transformation error: removed translation

cycle20 vor 2 Jahren
Ursprung
Commit
64983221e2
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  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;