Julien Barrois 7 năm trước cách đây
mục cha
commit
04f1a11269
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Culling/babylon.boundingInfo.ts

+ 1 - 1
src/Culling/babylon.boundingInfo.ts

@@ -77,7 +77,7 @@
          * max vector of the bounding box/sphere
          */
         public get maximum(): Vector3 {
-           return this.boundingBox.minimum;
+           return this.boundingBox.maximum;
         }
 
         /**