Representation of a 3d model.
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
static void invertNormals(Model *model)
Invert normals of a model.
static BoundingBox * createBoundingBoxNoMesh(Object3DModelInternal *object3DModelInternal)
Creates a bounding box from given object3d model without mesh.
static void computeModelStatistics(Model *model, ModelStatistics *modelStatistics)
Compute model statistics.
static bool equals(Model *model1, Model *model2)
Compute if model 1 equals model 2.
static BoundingBox * createBoundingBox(Model *model, const map< string, Matrix4x4 * > overriddenNodeTransformationsMatrices=map< string, Matrix4x4 * >())
Creates a bounding box from given model.
Object 3D model To be used in non engine context.