#include <fview.h>
Public Methods | |
csFrustumContext () | |
Constructor. | |
csFrustumContext& | operator= (csFrustumContext const &c) |
iShadowBlockList* | GetShadows () |
Get the list of shadows. | |
void | SetShadows (iShadowBlockList *shad, bool sh) |
Set the list of shadows. | |
bool | IsShared () |
Get shared. | |
void | SetLightFrustum (csFrustum *lf) |
Set the light frustum. | |
csFrustum* | GetLightFrustum () |
Get the light frustum. | |
void | SetMirrored (bool m) |
Set/Disable mirrored space (default false). More... | |
bool | IsMirrored () |
Is mirrored. | |
void | SetFirstTime (bool ft) |
Set first time. | |
bool | IsFirstTime () |
Is first time. |
It is used by iFrustumView. When recursing through a portal a new frustum context will be created and set in place of the old one.
|
Set/Disable mirrored space (default false). Set this to true if the frustum starts in mirrored space. |