Applied to a GeomNode to cause a visible bounding volume to be drawn for this node. More...
Public Member Functions | |
bool | getTight () |
Returns true if the "tight" flag was set, meaning the effect should compute and draw the tight bounding-box of the node's vertices every frame. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
static RenderEffect const | make (bool tight) |
Constructs a new ShowBoundsEffect object. | |
static RenderEffect const | make () |
Constructs a new ShowBoundsEffect object. |
Applied to a GeomNode to cause a visible bounding volume to be drawn for this node.
This is generally used only during development to help identify bounding volume issues.
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from RenderEffect.
bool getTight | ( | ) |
Returns true if the "tight" flag was set, meaning the effect should compute and draw the tight bounding-box of the node's vertices every frame.
static RenderEffect const make | ( | bool | tight | ) | [static] |
Constructs a new ShowBoundsEffect object.
static RenderEffect const make | ( | ) | [static] |
Constructs a new ShowBoundsEffect object.