C4 Engine
C4 Engine API Documentation

class DeformableBodyController

Defined in:  C4Deformable.h
The 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.