Skip to content

Commit

Permalink
fine tune direct intensity default
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Jun 30, 2023
1 parent bc90e4d commit 204f8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

const renderOptions = {
ambientIntensity: 1.0,
directIntensity: 0.65,
directIntensity: 0.70,
metalness: 0.30,
roughness: 0.65,
edgeColor: 0x707070,
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

const renderOptions = {
ambientIntensity: 1.0,
directIntensity: 0.65,
directIntensity: 0.70,
metalness: 0.30,
roughness: 0.65,
edgeColor: 0x707070,
Expand Down

0 comments on commit 204f8ad

Please sign in to comment.