![]() |
• World Manager | ||||||||||||||||||||
|
API Links
Developer Links
|
class ModelDefined in:
The C4Models.hModel class is the base class for all animatable models.
Definition
Member Functions
Constructor
Parameters
Description
The Model class serves as the base class for all animatable model nodes. A Model instance is not normally constructed directly, but is created by calling the Model::Get function or by constructing an instance of the GenericModel class. The Model::Get function should be used to create instances of models whose type has been registered with the ModelRegistration class. A GenericModel instance should be constructed to explicitly create a model without a registered type.
Base Classes
See Also
|