TDME2 1.9.121
|
Model utilities. More...
#include <tdme/engine/ModelUtilities.h>
Additional Inherited Members | |
![]() | |
static BoundingBox * | createBoundingBox (Model *model, const map< string, Matrix4x4 * > overriddenNodeTransformationsMatrices=map< string, Matrix4x4 * >()) |
Creates a bounding box from given model. More... | |
static void | invertNormals (Model *model) |
Invert normals of a model. More... | |
static void | computeModelStatistics (Model *model, ModelStatistics *modelStatistics) |
Compute model statistics. More... | |
static void | computeModelStatistics (Object3DModelInternal *object3DModelInternal, ModelStatistics *modelStatistics) |
Compute model statistics. More... | |
static bool | equals (Model *model1, Model *model2) |
Compute if model 1 equals model 2. More... | |
static bool | equals (Object3DModelInternal *object3DModel1Internal, Object3DModelInternal *object3DModel2Internal) |
Compute if model 1 equals model 2. More... | |