TDME2 1.9.121
|
This is the complete list of members for Model, including all inherited members.
addAnimationSetup(const string &id, int32_t startFrame, int32_t endFrame, bool loop, float speed=1.0f) | Model | |
addOverlayAnimationSetup(const string &id, const string &overlayFromNodeId, int32_t startFrame, int32_t endFrame, bool loop, float speed=1.0f) | Model | |
ANIMATIONSETUP_DEFAULT | Model | static |
animationSetups | Model | private |
AuthoringTool enum name | Model | |
authoringTool | Model | private |
AUTHORINGTOOL_BLENDER enum value | Model | |
AUTHORINGTOOL_UNKNOWN enum value | Model | |
boundingBox | Model | private |
boundingBoxUpdated | Model | private |
computeTransformationsMatrix(const map< string, Node * > &nodes, const Matrix4x4 &parentTransformationsMatrix, int32_t frame, const string &nodeId, Matrix4x4 &transformationsMatrix) | Model | private |
computeTransformationsMatrix(const string &nodeId, const Matrix4x4 &parentTransformationsMatrix, Matrix4x4 &transformationsMatrix, int32_t frame=0) | Model | inline |
computeTransformationsMatrix(const string &nodeId, Matrix4x4 &transformationsMatrix, int32_t frame=0) | Model | inline |
deleteSubNodes(const map< string, Node * > &subNodes) | Model | private |
fps | Model | private |
FPS_DEFAULT | Model | static |
getAnimationSetup(const string &id) | Model | |
getAnimationSetups() | Model | inline |
getAuthoringTool() | Model | inline |
getBoundingBox() | Model | |
getFPS() | Model | inline |
getId() | Model | inline |
getImportTransformationsMatrix() | Model | inline |
getMaterials() | Model | inline |
getName() | Model | inline |
getNodeById(const string &id) | Model | |
getNodes() | Model | inline |
getRotationOrder() | Model | inline |
getShaderModel() | Model | inline |
getSubNodeById(const string &id) | Model | |
getSubNodes() | Model | inline |
getUniqueId() | Model | inline |
getUpVector() | Model | inline |
hasAnimations() | Model | inline |
hasBoundingBoxUpdate() | Model | inline |
hasSkinning() | Model | inline |
id | Model | private |
importTransformationsMatrix | Model | private |
invalidateBoundingBox() | Model | |
materials | Model | private |
Model(const string &id, const string &name, UpVector *upVector, RotationOrder *rotationOrder, BoundingBox *boundingBox, AuthoringTool authoringTool=AUTHORINGTOOL_UNKNOWN) | Model | |
name | Model | private |
Node | Model | friend |
nodes | Model | private |
removeAnimationSetup(const string &id) | Model | |
renameAnimationSetup(const string &id, const string &newId) | Model | |
rotationOrder | Model | private |
setFPS(float fps) | Model | inline |
setHasSkinning(bool hasSkinning) | Model | inlineprivate |
setImportTransformationsMatrix(const Matrix4x4 &importTransformationsMatrix) | Model | inline |
setShaderModel(ShaderModel *shaderModel) | Model | inline |
setUpVector(UpVector *upVector) | Model | inline |
shaderModel | Model | private |
skinning | Model | private |
subNodes | Model | private |
uidCounter | Model | static |
uniqueId | Model | private |
upVector | Model | private |
~Model() | Model |