#include <light.h>
Inheritance diagram for iLightingProcessInfo:
Public Methods | |
virtual iLight* | GetLight () const=0 |
Get the light. | |
virtual bool | GetGouraudOnly () const=0 |
Get gouraud only state. | |
virtual bool | IsDynamic () const=0 |
Return true if dynamic. | |
virtual void | SetColor (const csColor &col)=0 |
Set the current color. | |
virtual const csColor& | GetColor () const=0 |
Get the current color. |
You can query the userdata from iFrustumView for this interface while in a 'portal' callback. This way you can get specific information from the lighting system for your null-portal.