From 204f8ad57d7ef6d476a424651ac285a21590d8c3 Mon Sep 17 00:00:00 2001 From: Bernhard Date: Fri, 30 Jun 2023 20:11:03 +0200 Subject: [PATCH] fine tune direct intensity default --- docs/example.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/example.html b/docs/example.html index 2ae6009..55c1ec9 100644 --- a/docs/example.html +++ b/docs/example.html @@ -178,7 +178,7 @@ const renderOptions = { ambientIntensity: 1.0, - directIntensity: 0.65, + directIntensity: 0.70, metalness: 0.30, roughness: 0.65, edgeColor: 0x707070, diff --git a/index.html b/index.html index 2ae6009..55c1ec9 100644 --- a/index.html +++ b/index.html @@ -178,7 +178,7 @@ const renderOptions = { ambientIntensity: 1.0, - directIntensity: 0.65, + directIntensity: 0.70, metalness: 0.30, roughness: 0.65, edgeColor: 0x707070,