Panda3D
|
This CullHandler sends all of the geoms it receives into a CullResult object, for binning (and later drawing). More...
#include "binCullHandler.h"
Public Member Functions | |
BinCullHandler (CullResult *cull_result) | |
virtual void | record_object (CullableObject *object, const CullTraverser *traverser) |
This callback function is intended to be overridden by a derived class. |
This CullHandler sends all of the geoms it receives into a CullResult object, for binning (and later drawing).
This is the kind of CullHandler to use for most normal rendering needs.
Definition at line 30 of file binCullHandler.h.
void BinCullHandler::record_object | ( | CullableObject * | object, |
const CullTraverser * | traverser | ||
) | [virtual] |
This callback function is intended to be overridden by a derived class.
This is called as each Geom is discovered by the CullTraverser.
Reimplemented from CullHandler.
Definition at line 26 of file binCullHandler.cxx.