Added: Mesh_frame getter for BoundingBox object pointer.

This commit is contained in:
Foxar
2020-12-20 13:44:48 +01:00
parent 53c134b0d5
commit 596bf2d89a
+5
View File
@@ -88,6 +88,11 @@ public:
*/
Vector3 &getBoundingBoxVertex(const u8 &i) { return boundingBox[i]; };
/**
* Returns bounding box (AABB) object pointer.
*/
BoundingBox *getBoundingBoxP() { return boundingBoxObj; };
// ----
// Setters
// ----