PhysicsMeshNode Class Reference
Inherits from | CC3MeshNode : CC3LocalContentNode : CC3Node : CC3Identifiable : NSObject |
Declared in | Models.h |
Overview
A specialized mesh node that tracks its instantaneous global velocity, even when controlled by a CCAction, and even when moved as part of another larger node.
After each update, this node compares its previous global location to the current global location, and calculates an instantaneous velocity.