![]() |
Public API Reference |
#include <portal.h>
Inheritance diagram for iPortalCallback:
Public Methods | |
virtual bool | Traverse (iPortal *portal, iBase *context)=0 |
Traverse to the portal. More... |
If this callback returns false then this portal will not be traversed. Otherwise this callback has to set up the destination sector and return true. The given context will be either an instance of iRenderView, iFrustumView, or else NULL.
Definition at line 99 of file portal.h.
|
Traverse to the portal. It is safe to delete this callback in this function. |