class MorphController
Defined in:
The C4Models.h
MorphController
class controls a mesh with multiple morph targets.
Definition
class MorphController : public Controller
Constructor
MorphController();
Description
The MorphController
class represents the controller that is assigned to meshes having multiple morph targets. It is responsible for calculating new vertex positions whenever the morph weights are changed.
Base Classes
Controller |
A MorphController is a specific type of controller.
|
See Also