diff options
Diffstat (limited to 'libs/rs/rsMesh.h')
| -rw-r--r-- | libs/rs/rsMesh.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/rs/rsMesh.h b/libs/rs/rsMesh.h index 765a971..ed01c38 100644 --- a/libs/rs/rsMesh.h +++ b/libs/rs/rsMesh.h @@ -61,6 +61,11 @@ public: virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_MESH; } static Mesh *createFromStream(Context *rsc, IStream *stream); + // Bounding volumes + float mBBoxMin[3]; + float mBBoxMax[3]; + void computeBBox(); + protected: }; |
