|
|
float | GetInnerAngle () const |
| |
|
float | GetOuterAngle () const |
| |
|
float | GetInnerCos () const |
| |
|
float | GetOuterCos () const |
| |
|
SpotLight & | UseInnerAngle (float angle) |
| |
|
SpotLight & | UseOuterAngle (float angle) |
| |
|
GResource< Texture > | GetDepthTexture () const |
| |
|
void | AttachDepthTexture (const GResource< Texture > &texture) |
| |
|
Matrix4x4 | GetMatrix (const Vector3 &position) const |
| |
|
|
Vector3 | Direction = MakeVector3(0.0f, -1.0f, 0.0f) |
| |
|
Vector3 | AmbientColor = MakeVector3(1.0f) |
| |
|
Vector3 | DiffuseColor = MakeVector3(1.0f) |
| |
|
Vector3 | SpecularColor = MakeVector3(1.0f) |
| |
The documentation for this class was generated from the following files:
- src/Core/Components/Lighting/SpotLight.h
- src/Core/Components/Lighting/SpotLight.cpp