diff --git a/README.md b/README.md index 47b5b948..c5b0a65e 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,11 @@ By default, there are two lights on the scene. One is an ambient light, and the To change the light intensity: ```js -skinViewer.cameraLight.intensity = 0.9; -skinViewer.globalLight.intensity = 0.1; +skinViewer.cameraLight.intensity = 0.6; +skinViewer.globalLight.intensity = 3; ``` -Setting `globalLight.intensity` to `1.0` and `cameraLight.intensity` to `0.0` +Setting `globalLight.intensity` to `3.0` and `cameraLight.intensity` to `0.0` will completely disable shadows. ## Ears diff --git a/examples/index.html b/examples/index.html index 24a33370..46ff0d32 100644 --- a/examples/index.html +++ b/examples/index.html @@ -111,7 +111,7 @@

Light

>Global: