Representation of a 3d model.
Bounding volume interface.
Prototype bounding volume definition.
void clearConvexMesh()
Clear convex mesh.
PrototypeBoundingVolume(int id, Prototype *prototype)
Public constructor.
vector< uint8_t > convexMeshData
BoundingVolume * boundingVolume
BoundingVolume * getBoundingVolume()
void setupNone()
Setup bounding volume none.
void setupObb(const Vector3 ¢er, const Vector3 &axis0, const Vector3 &axis1, const Vector3 &axis2, const Vector3 &halfExtension)
Setup bounding volume oriented bounding box.
~PrototypeBoundingVolume()
Destructor.
void setupSphere(const Vector3 ¢er, float radius)
Setup bounding volume sphere.
void updatePrototype()
Update prototype.
const string & getConvexMeshFile()
void setupAabb(const Vector3 &min, const Vector3 &max)
Setup bounding volume bounding box.
const vector< uint8_t > & getConvexMeshData()
void setGenerated(bool generated)
Set generated.
void setupCapsule(const Vector3 &a, const Vector3 &b, float radius)
Setup bounding volume capsule.
void setupConvexMesh(const string &pathName, const string &fileName)
Setup convex mesh.