#include <MercuryLight.h>
Public Types | |
enum | Type { CONSTANT = 0, LINEAR, QUADRATIC } |
Public Member Functions | |
Attenuation () | |
Public Attributes | |
Type | type |
float | value |
Definition at line 8 of file MercuryLight.h.
enum Attenuation::Type |
Attenuation::Attenuation | ( | ) | [inline] |
Definition at line 19 of file MercuryLight.h.
Definition at line 23 of file MercuryLight.h.
float Attenuation::value |
Definition at line 24 of file MercuryLight.h.