Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
iVisibilityCullerListener Struct Reference
[Visibility, Visibility]
Implement this interface when you want to get notified about visible objects detected by the visibility cullers.
More...
#include <iengine/viscull.h>
Inheritance diagram for iVisibilityCullerListener:

Public Member Functions | |
virtual void | ObjectVisible (iVisibilityObject *visobject, iMeshWrapper *mesh, uint32 frustum_mask)=0 |
This function is called whenever the visibilty culler discovers a new visible mesh. |
Detailed Description
Implement this interface when you want to get notified about visible objects detected by the visibility cullers.
Definition at line 69 of file viscull.h.
Member Function Documentation
|
This function is called whenever the visibilty culler discovers a new visible mesh. The frustum_mask is a mask that is compatible with the current set of clip planes in the iRenderView. The mask will be true for every relevant plane. This can be used to further optimize clipping testing. |
The documentation for this struct was generated from the following file:
- iengine/viscull.h
Generated for Crystal Space by doxygen 1.4.4