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

This specialization on CallbackData is passed when the callback is initiated from the cull traversal, for a DisplayRegion. More...

Inheritance diagram for DisplayRegionCullCallbackData:
CallbackData TypedObject

List of all members.

Public Member Functions

CullHandler getCullHandler ()
 Returns a pointer to the CullHandler, which accepts each object to be added to the list for drawing.
SceneSetup getSceneSetup ()
 Returns a pointer to the SceneSetup object, which contains information about the camera and such.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This specialization on CallbackData is passed when the callback is initiated from the cull traversal, for a DisplayRegion.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from CallbackData.

Returns a pointer to the CullHandler, which accepts each object to be added to the list for drawing.

Returns a pointer to the SceneSetup object, which contains information about the camera and such.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties