Sukolsak Sakshuwong před 4 roky
rodič
revize
6ab480589a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/mol-geo/geometry/mesh/builder/sheet.ts

+ 1 - 1
src/mol-geo/geometry/mesh/builder/sheet.ts

@@ -131,7 +131,7 @@ export function addSheet(state: MeshBuilder.State, controlPoints: ArrayLike<numb
         caAdd3(normals, tB[0], tB[1], tB[2]);
 
         // v3add(tA, v3sub(tA, positionVector, horizontalVector), verticalVector) // reuse tA
-        v3negate(tB, torsionVector)
+        v3negate(tB, torsionVector);
         caAdd3(vertices, tA[0], tA[1], tA[2]);
         caAdd3(normals, tB[0], tB[1], tB[2]);