Julien Barrois 7 vuotta sitten
vanhempi
commit
04f1a11269
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
         }
 
         /**