Cedric Guillemet 4 سال پیش
والد
کامیت
8152ad53b9
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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
             // Update bounding dimensions/positions
             var boundingMinMax = this.attachedMesh.getHierarchyBoundingVectors(!this.ignoreChildren, this.includeChildPredicate);
             var boundingMinMax = this.attachedMesh.getHierarchyBoundingVectors(!this.ignoreChildren, this.includeChildPredicate);
             boundingMinMax.max.subtractToRef(boundingMinMax.min, this._boundingDimensions);
             boundingMinMax.max.subtractToRef(boundingMinMax.min, this._boundingDimensions);
-            console.log(this._boundingDimensions);
 
 
             // Update gizmo to match bounding box scaling and rotation
             // 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
             // The position set here is the offset from the origin for the boundingbox when the attached mesh is at the origin