Class hierarchy Compound list File list Compound Members File Members
Light Member List
This is the complete list of members for Light, including all inherited members.
- name() = 0
- newDirectionLight(const Vector3D& Direction, const fColor& Color=fColor(1.0f, 1.0f, 1.0f))
- newPointLight(const Vector3D& Position, const fColor& Color=fColor(1.0f, 1.0f, 1.0f), const float Range=-1)
- newSpotLight(const Vector3D& Position, const Vector3D& Direction, const fColor& Color=fColor(1.0f, 1.0f, 1.0f), const float Range=-1, const float Theta=PI/4, const float Phi=PI/2)
- newSunLight(float x, float y, float z, float Red=0.7f, float Green=0.9f, float Blue=0.7f)
- newSunLight(const Vector3D& Position, const fColor& Color=fColor(0.7f, 0.9f, 0.7f))
- release() = 0
- setAngles(float Theta, float Phi) = 0
- setColor(float Red, float Green, float Blue) = 0
- setRange(float Range) = 0
- status() = 0
- update() = 0