Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
ShowBoundsEffect Class Reference

Applied to a GeomNode to cause a visible bounding volume to be drawn for this node. More...

Inheritance diagram for ShowBoundsEffect:
RenderEffect TypedWritableReferenceCount TypedWritable ReferenceCount TypedObject

List of all members.

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.

Detailed Description

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.


Member Function Documentation

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.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties