Allolib
1.0
C++ Components For Interactive Multimedia
|
Public Member Functions | |
Light & | pos (float x, float y, float z) |
Light & | dir (float x, float y, float z) |
Light & | ambient (const Color &v) |
Light & | diffuse (const Color &v) |
Light & | specular (const Color &v) |
const float * | pos () const |
const Color & | ambient () const |
const Color & | diffuse () const |
const Color & | specular () const |
Static Public Member Functions | |
static void | globalAmbient (const Color &v) |
static const Color & | globalAmbient () |
Light class.
Definition at line 12 of file al_Light.hpp.