From e9edc101b6f699d4736615c5530a18cccedf8426 Mon Sep 17 00:00:00 2001 From: Emil Widlund Date: Tue, 8 May 2018 14:05:00 +0200 Subject: [PATCH] Update Light.md --- documentation/Light.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Light.md b/documentation/Light.md index f3068d8..9de79ea 100644 --- a/documentation/Light.md +++ b/documentation/Light.md @@ -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