REDIShape.h

Macro Definitions

RED_SHP_DAG_NO_UPDATE

RED_SHP_DAG_UPDATE

RED_SHP_DAG_PROPAGATE_DOWNWARD

RED_SHP_DAG_UPDATE_LEAVES

RED_SHP_DAG_PROPAGATE_UPWARD

Namespaces

RED

Types

IShape

Detailed Description

Macro Definition

RED_SHP_DAG_NO_UPDATE

Do not update bounding spheres.

RED_SHP_DAG_UPDATE

Update bounding spheres for the callee, and propagate changes.

RED_SHP_DAG_PROPAGATE_DOWNWARD

Update bounding spheres downwards. Do not update leaves.

RED_SHP_DAG_UPDATE_LEAVES

This flag must be combined with RED_SHP_DAG_PROPAGATE_DOWNWARD. Updates all leaves of the DAG before updating all nodes.

RED_SHP_DAG_PROPAGATE_UPWARD

Update bounding spheres for all parents of the callee.