C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

class PhysicsNode

Defined in:  C4Physics.h
The PhysicsNode class represents a physics node in a world.
Definition

class PhysicsNode : public Node

Constructor

PhysicsNode();

Description
The PhysicsNode class represents a physics node in a world. Any world using the features of the Physics Manager should contain exactly one physics node in the root zone, and it should have a physics controller assigned to it.
Base Classes
Node A PhysicsNode is a scene graph node.
See Also

PhysicsController