Skip to content

Commit

Permalink
Implement Spot Light Shadows (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Jun 12, 2022
1 parent c0eeed4 commit 594deb9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ struct ERS_STRUCT_SpotLight {

std::vector<long> AttachedScriptIndexes_; /**<Indexes of attached scripts (index in the project struct's list of scripts)*/

float CutOff; /**<CutOff angle For Spotlight (inner)*/
float OuterCutOff; /**<CutOff angleFor Spotlight (outer)*/
float CutOff; /**<Total Angle Of Area Affected By Light*/
float Rolloff; /**<Angle At Which The Light Rolls Off*/

glm::vec3 Color; /**<Color of the light*/

Expand Down

0 comments on commit 594deb9

Please sign in to comment.