15 #ifndef DRAWCULLHANDLER_H 16 #define DRAWCULLHANDLER_H 18 #include "pandabase.h" 19 #include "cullHandler.h" 45 #include "drawCullHandler.I" This defines the abstract interface for an object that receives Geoms identified by the CullTraverser...
The smallest atom of cull.
virtual void record_object(CullableObject *object, const CullTraverser *traverser)
This callback function is intended to be overridden by a derived class.
This special kind of CullHandler immediately draws its contents as soon as it receives them...
This is a base class for the GraphicsStateGuardian class, which is itself a base class for the variou...
This object performs a depth-first traversal of the scene graph, with optional view-frustum culling...