Representation of a 3d model.
BoundingBox * boundingBox
map< string, Material * > materials
map< string, AnimationSetup * > & getAnimationSetups()
TODO: return const map.
AuthoringTool authoringTool
RotationOrder * getRotationOrder()
const Matrix4x4 & getImportTransformationsMatrix()
bool computeTransformationsMatrix(const map< string, Node * > &nodes, const Matrix4x4 &parentTransformationsMatrix, int32_t frame, const string &nodeId, Matrix4x4 &transformationsMatrix)
Computes a transformations matrix at a given frame for a given node id recursivly.
void setShaderModel(ShaderModel *shaderModel)
Set preferred shader model.
void invalidateBoundingBox()
Invalidates bounding box.
AuthoringTool getAuthoringTool()
bool removeAnimationSetup(const string &id)
Remove animation setup.
RotationOrder * rotationOrder
map< string, AnimationSetup * > animationSetups
static STATIC_DLL_IMPEXT string ANIMATIONSETUP_DEFAULT
bool computeTransformationsMatrix(const string &nodeId, const Matrix4x4 &parentTransformationsMatrix, Matrix4x4 &transformationsMatrix, int32_t frame=0)
Computes a transformations matrix at a given frame for a given node id recursivly.
static STATIC_DLL_IMPEXT constexpr float FPS_DEFAULT
Node * getSubNodeById(const string &id)
Returns a sub node by given name or null.
void setUpVector(UpVector *upVector)
Set up vector.
map< string, Node * > & getNodes()
Returns all object's nodes.
void setHasSkinning(bool hasSkinning)
Set up if model has skinning.
void deleteSubNodes(const map< string, Node * > &subNodes)
Delete sub nodes.
bool hasBoundingBoxUpdate()
Model(const string &id, const string &name, UpVector *upVector, RotationOrder *rotationOrder, BoundingBox *boundingBox, AuthoringTool authoringTool=AUTHORINGTOOL_UNKNOWN)
Public constructor.
static STATIC_DLL_IMPEXT uint32_t uidCounter
AnimationSetup * addAnimationSetup(const string &id, int32_t startFrame, int32_t endFrame, bool loop, float speed=1.0f)
Adds an base animation setup.
AnimationSetup * addOverlayAnimationSetup(const string &id, const string &overlayFromNodeId, int32_t startFrame, int32_t endFrame, bool loop, float speed=1.0f)
Adds an overlay animation setup.
ShaderModel * shaderModel
ShaderModel * getShaderModel()
map< string, Node * > subNodes
AnimationSetup * getAnimationSetup(const string &id)
void setImportTransformationsMatrix(const Matrix4x4 &importTransformationsMatrix)
Set import transformations matrix.
Node * getNodeById(const string &id)
Returns a node by given name or null.
Matrix4x4 importTransformationsMatrix
map< string, Node * > & getSubNodes()
Returns object's sub nodes.
bool renameAnimationSetup(const string &id, const string &newId)
Rename animation set up.
BoundingBox * getBoundingBox()
bool computeTransformationsMatrix(const string &nodeId, Matrix4x4 &transformationsMatrix, int32_t frame=0)
Computes a transformations matrix at a given frame for a given node id recursivly.
map< string, Node * > nodes
map< string, Material * > & getMaterials()
Returns all object materials.
void setFPS(float fps)
Set model animation frames per seconds.
Represents rotation orders of a model.
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
#define STATIC_DLL_IMPEXT