浏览代码

deleted console log

regnaio 5 年之前
父节点
当前提交
df2d7de9ae
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Physics/physicsImpostor.ts

+ 0 - 1
src/Physics/physicsImpostor.ts

@@ -616,7 +616,6 @@ export class PhysicsImpostor {
             this.object.computeWorldMatrix && this.object.computeWorldMatrix(true);
             this.object.computeWorldMatrix && this.object.computeWorldMatrix(true);
             const boundingInfo = this.object.getBoundingInfo();
             const boundingInfo = this.object.getBoundingInfo();
             const size = boundingInfo.boundingBox.extendSize.scale(2).multiplyInPlace(this.object.scaling);
             const size = boundingInfo.boundingBox.extendSize.scale(2).multiplyInPlace(this.object.scaling);
-            console.log(size, q);
             //bring back the rotation
             //bring back the rotation
             this.object.rotationQuaternion = q;
             this.object.rotationQuaternion = q;
             //calculate the world matrix with the new rotation
             //calculate the world matrix with the new rotation