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