Skip to content

Commit

Permalink
Merge pull request mrdoob#11039 from takahirox/FixMetalnessUniform
Browse files Browse the repository at this point in the history
Change metalness uniform default value from 0 to 0.5
  • Loading branch information
mrdoob authored Mar 21, 2017
2 parents 1c07a65 + 3158197 commit 7871fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/shaders/ShaderLib.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var ShaderLib = {
{
emissive: { value: new Color( 0x000000 ) },
roughness: { value: 0.5 },
metalness: { value: 0 },
metalness: { value: 0.5 },
envMapIntensity: { value: 1 } // temporary
}
] ),
Expand Down

0 comments on commit 7871fbe

Please sign in to comment.