Browse Source

removed log

Cedric Guillemet 4 năm trước cách đây
mục cha
commit
8152ad53b9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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