|
Panda3D
|
This specialization on CallbackData is passed when the callback is initiated from the draw traversal, for a DisplayRegion. More...
Public Member Functions | |
| CullResult | getCullResult () |
| Returns a pointer to the CullResult, the list of CullableObjects that should be drawn in this DisplayRegion. | |
| SceneSetup | getSceneSetup () |
| Returns a pointer to the SceneSetup object, which contains information about the camera and such. | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
This specialization on CallbackData is passed when the callback is initiated from the draw traversal, for a DisplayRegion.
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from CallbackData.
| CullResult getCullResult | ( | ) |
Returns a pointer to the CullResult, the list of CullableObjects that should be drawn in this DisplayRegion.
| SceneSetup getSceneSetup | ( | ) |
Returns a pointer to the SceneSetup object, which contains information about the camera and such.
1.7.3