|
Avara3D 0.2.0
C++ API reference
|
This is the complete list of members for a3d::SpotLight, including all inherited members.
| Ambient() | a3d::Light | static |
| Ambient(const Color &color) | a3d::Light | static |
| attenuation() const | a3d::SpotLight | |
| attenuation(const Attenuation &attenuation) | a3d::SpotLight | |
| color() const | a3d::Light | |
| color(const Color &color) | a3d::Light | |
| Directional() | a3d::Light | static |
| Directional(const Color &color) | a3d::Light | static |
| featheringMode() const | a3d::SpotLight | |
| featheringMode(FeatheringMode mode) | a3d::SpotLight | |
| FeatheringMode enum name | a3d::SpotLight | |
| innerAngle() const | a3d::SpotLight | |
| innerAngle(float angle) | a3d::SpotLight | |
| name() const | a3d::Light | |
| name(const std::string &name) | a3d::Light | |
| outerAngle() const | a3d::SpotLight | |
| outerAngle(float angle) | a3d::SpotLight | |
| Point() | a3d::Light | static |
| Point(const Color &color) | a3d::Light | static |
| Spot() | a3d::Light | static |
| Spot(const Color &color) | a3d::Light | static |
| SpotLight() | a3d::SpotLight | |
| SpotLight(const std::string &name) | a3d::SpotLight | explicit |
| SpotLight(const Color &color) | a3d::SpotLight | explicit |
| SpotLight(const std::string &name, const Color &color) | a3d::SpotLight |