NodeCullCallbackData
from panda3d.core import NodeCullCallbackData
- class NodeCullCallbackData
Bases:
Bases:
CallbackData
This kind of
CallbackData
is passed to theCallbackObject
added to CallbackNode:set_cull_callback().Inheritance diagram
- static getClassType() TypeHandle
- getData() CullTraverserData
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.
- getTrav() CullTraverser
Returns the
CullTraverser
in use at the time of the callback. This object contains data that does not change during the traversal, such as theDisplayRegion
and Camera in use.