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;
         }
 
         /**