Przeglądaj źródła

Merge pull request #8951 from Pryme8/p8/CapsuleMesh

strip console log
David Catuhe 5 lat temu
rodzic
commit
9e19d2226a
1 zmienionych plików z 0 dodań i 2 usunięć
  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();