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

This kind of CallbackData is passed to the CallbackObject added to CallbackNode:set_cull_callback(). More...

Inheritance diagram for NodeCullCallbackData:
CallbackData TypedObject

List of all members.

Public Member Functions

CullTraverserData getData ()
 Returns the CullTraverserData in use at the time of the callback.
CullTraverser getTrav ()
 Returns the CullTraverser in use at the time of the callback.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This kind of CallbackData is passed to the CallbackObject added to CallbackNode:set_cull_callback().


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from CallbackData.

Returns the CullTraverserData in use at the time of the callback.

This object contains data that changes at each node of the traversal, such as the current node and the current net transform to that node.

Returns the CullTraverser in use at the time of the callback.

This object contains data that does not change during the traversal, such as the DisplayRegion and Camera in use.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties