#include <FileRenderer.h>
Public Attributes | |
float | color [3] |
RGB color of the light. More... | |
float | pos [3] |
Position (or direction) of the light. More... | |
int | on |
on/off state of light. More... |
Definition at line 73 of file FileRenderer.h.
|
RGB color of the light.
Definition at line 74 of file FileRenderer.h. |
|
on/off state of light.
Definition at line 76 of file FileRenderer.h. |
|
Position (or direction) of the light.
Definition at line 75 of file FileRenderer.h. |