diff --git a/examples/index.html b/examples/index.html index c526490..5619843 100644 --- a/examples/index.html +++ b/examples/index.html @@ -129,7 +129,7 @@

Viewport

Light

- +
diff --git a/src/viewer.ts b/src/viewer.ts index b1af2ef..4922a45 100644 --- a/src/viewer.ts +++ b/src/viewer.ts @@ -256,7 +256,7 @@ export class SkinViewer { */ readonly playerWrapper: Group; - readonly globalLight: AmbientLight = new AmbientLight(0xffffff, 0.4); + readonly globalLight: AmbientLight = new AmbientLight(0xffffff, 3); readonly cameraLight: PointLight = new PointLight(0xffffff, 0.6); readonly composer: EffectComposer;