Cedric Guillemet %!s(int64=4) %!d(string=hai) anos
pai
achega
8152ad53b9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/Gizmos/boundingBoxGizmo.ts

+ 0 - 1
src/Gizmos/boundingBoxGizmo.ts

@@ -439,7 +439,6 @@ export class BoundingBoxGizmo extends Gizmo {
             // Update bounding dimensions/positions
             var boundingMinMax = this.attachedMesh.getHierarchyBoundingVectors(!this.ignoreChildren, this.includeChildPredicate);
             boundingMinMax.max.subtractToRef(boundingMinMax.min, this._boundingDimensions);
-            console.log(this._boundingDimensions);
 
             // Update gizmo to match bounding box scaling and rotation
             // The position set here is the offset from the origin for the boundingbox when the attached mesh is at the origin