Julien Barrois 7 年之前
父節點
當前提交
04f1a11269
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
         }
 
         /**