1
0
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:
Kevin Levron 2021-03-13 19:22:29 +01:00
parent c09d2f9d8b
commit 291444eac6

View File

@ -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 },