>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