#include <FileRenderer.h>
Public Attributes | |
float | color [3] |
RGB color of the light. More... | |
float | pos [3] |
Position (or direction) of the light. More... | |
float | constfactor |
constant light factor. More... | |
float | linearfactor |
linear light factor. More... | |
float | quadfactor |
quadratic light factor. More... | |
float | spotdir [3] |
spotlight direction. More... | |
float | fallstart |
spotlight falloff starting radius (radians). More... | |
float | fallend |
spotlight falloff starting radius (radians). More... | |
int | spoton |
spotlighting enable flag. More... | |
int | on |
on/off state of light. More... |
Definition at line 81 of file FileRenderer.h.
|
RGB color of the light.
Definition at line 82 of file FileRenderer.h. |
|
constant light factor.
Definition at line 84 of file FileRenderer.h. |
|
spotlight falloff starting radius (radians).
Definition at line 89 of file FileRenderer.h. |
|
spotlight falloff starting radius (radians).
Definition at line 88 of file FileRenderer.h. |
|
linear light factor.
Definition at line 85 of file FileRenderer.h. |
|
on/off state of light.
Definition at line 91 of file FileRenderer.h. |
|
Position (or direction) of the light.
Definition at line 83 of file FileRenderer.h. |
|
quadratic light factor.
Definition at line 86 of file FileRenderer.h. |
|
spotlight direction.
Definition at line 87 of file FileRenderer.h. |
|
spotlighting enable flag.
Definition at line 90 of file FileRenderer.h. |