Added: Mesh_frame getter for BoundingBox object pointer.
This commit is contained in:
@@ -88,6 +88,11 @@ public:
|
||||
*/
|
||||
Vector3 &getBoundingBoxVertex(const u8 &i) { return boundingBox[i]; };
|
||||
|
||||
/**
|
||||
* Returns bounding box (AABB) object pointer.
|
||||
*/
|
||||
BoundingBox *getBoundingBoxP() { return boundingBoxObj; };
|
||||
|
||||
// ----
|
||||
// Setters
|
||||
// ----
|
||||
|
||||
Reference in New Issue
Block a user