Explorar el Código

fix Mesh.CreateLathe() : typo error in the parameter name "tessellation"

jbousquie hace 9 años
padre
commit
ef4f119324
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Mesh/babylon.mesh.ts

+ 1 - 1
src/Mesh/babylon.mesh.ts

@@ -1398,7 +1398,7 @@
             var options = {
                 shape: shape,
                 radius: radius,
-                tesselation: tessellation,
+                tessellation: tessellation,
                 sideOrientation: sideOrientation,
                 updatable: updatable
             };