Panda3D
CullHandler Class Reference

This defines the abstract interface for an object that receives Geoms identified by the CullTraverser. By itself, it's not a particularly useful class; to use it, derive from it and redefine record_object(). More...

Inheritance diagram for CullHandler:
PipeOcclusionCullTraverser

Detailed Description

This defines the abstract interface for an object that receives Geoms identified by the CullTraverser. By itself, it's not a particularly useful class; to use it, derive from it and redefine record_object().