mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
fix default color
This commit is contained in:
parent
c09d2f9d8b
commit
291444eac6
@ -25,7 +25,7 @@ const SubsurfaceScatteringShader = {
|
||||
uniforms: UniformsUtils.merge([
|
||||
ShaderLib.phong.uniforms,
|
||||
{
|
||||
thicknessColor: { value: new Color(0x668597) },
|
||||
thicknessColor: { value: new Color(0xffffff) },
|
||||
thicknessDistortion: { value: 0.1 },
|
||||
thicknessAmbient: { value: 0.0 },
|
||||
thicknessAttenuation: { value: 0.1 },
|
||||
|
Loading…
Reference in New Issue
Block a user