class DeformableBodyController
Defined in:
The C4Deformable.h
DeformableBodyController
class manages a dynamically deformable geometry.
Definition
class DeformableBodyController : public BodyController, public ListElement<DeformableBodyController>
Constructor
DeformableBodyController(ControllerType type);
Parameters
type |
The specific controller type of the subclass. |
Description
The DeformableBodyController
class is the base class for controllers that manage some kind of dynamically deformable geometry.
Base Classes
BodyController |
A DeformableBodyController is a specific type of body controller.
|
ListElement<DeformableBodyController> |
Used internally by the Physics Manager. |