From 131cc8f5c7a0f24ef17629e466ea39d1b31379cd Mon Sep 17 00:00:00 2001 From: undefined303 <54739035+undefined303@users.noreply.github.com> Date: Fri, 27 Feb 2026 21:50:59 +0800 Subject: [PATCH 1/2] Update index.html --- examples/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 0e21cf6ff8c7297df8bb0f2444b8c18880346e01 Mon Sep 17 00:00:00 2001 From: undefined303 <54739035+undefined303@users.noreply.github.com> Date: Fri, 27 Feb 2026 21:52:08 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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