#include <polygon.h>
Public Attributes | |
float | cosinus_factor |
This field describes how the light hitting this polygon is affected by the angle by which the beam hits the polygon. More... | |
csLightPatch* | lightpatches |
List of light patches for this polygon. | |
bool | dyn_dirty |
True if we have a dirty polygon due to dynamic lighting. |
|
This field describes how the light hitting this polygon is affected by the angle by which the beam hits the polygon. If this value is equal to -1 (default) then the global csPolyTexture::cfg_cosinus_factor will be used. |