Skip to content

Commit

Permalink
Update Light.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund authored May 8, 2018
1 parent 6b510d5 commit e9edc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/Light.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ new Light
- Ambient Light
- Spotlight
- Rectangle Area Light
- `angle` - Number - Maximum extent of the spotlight, in radians, from its direction. Should be no more than Math.PI/2. The default is Math.PI/3.
- `angle` - Number - Maximum extent of the spotlight, in radians, from its direction. Should be no more than Math.PI/2. The default is `Math.PI/3`
- Spotlight
- `castShadow` - Bool - Specifies if the light should cast shadows or not. Default is `true`
- Spotlight
Expand Down

0 comments on commit e9edc10

Please sign in to comment.