#include <Inventor/nodes/SoRenderList.h>
#include <Inventor/actions/SoGetBoundingBoxAction.h>
Go to the source code of this file.
Classes | |
class | SoOcclusionCulling |
Group node derived from SoRenderList that performs an OpenGL-based occlusion culling test on its list of render objects. More... | |
Typedefs | |
typedef SoDEPRECATED void | SoOcclusionReportCB (SoOcclusionCulling *, int numObj, int numRendered, int numOccluders, void *userData) |
typedef SoDEPRECATED void SoOcclusionReportCB(SoOcclusionCulling *, int numObj, int numRendered, int numOccluders, void *userData) |
This callback is called at the end of each SoOcclusionCulling traversal to let the application know how many objects have been occluded by the node.