Explorar el Código

Merge pull request #8951 from Pryme8/p8/CapsuleMesh

strip console log
David Catuhe hace 5 años
padre
commit
9e19d2226a
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/Meshes/Builders/capsuleBuilder.ts

+ 0 - 2
src/Meshes/Builders/capsuleBuilder.ts

@@ -48,8 +48,6 @@ VertexData.CreateCapsule = function(
     halfHeight = heightMinusCaps * 0.5;
     let pi2 = Math.PI * 0.5;
 
-    console.log("halfHeight", halfHeight);
-
     var x, y;
     var normal = Vector3.Zero();
     var vertex = Vector3.Zero();