World Manager
C4Models.h

class Model

The Model class is the base class for all animatable models.
Definition

class Model : public Node, public ListElement<Model>

Member Functions
Model::Get Returns a new instances of a particular type of model.
Model::GetModelType Returns the model type.
Model::FindNode Finds a node having a specific name.
Model::GetRootAnimator Returns the root animator assigned to a model.
Model::SetRootAnimator Sets the root animator assigned to a model.
Model::Animate Runs the animators assigned to a model.
Constructor

Model(ModelType type = 0);

Parameters
type The model type.
Description


Base Classes
Node An Model node is a scene graph node.
ListElement<Model> Used internally by the World Manager.
See Also
Bone