The Ground Texture is having a very glossy surface

The ground texture is very glossy. Is it due to the light? Or the specular color of the ground??
Here’s the playground

What I do is also set the diffuse texture as the specular texture. Helps a bit, but probably not for the long-term.
https://playground.babylonjs.com/#ZGKIX9#1

1 Like

It considerably reduced the gloss. Thanks.

1 Like

You can set the specular of both lights to black instead of white like in your code.

https://playground.babylonjs.com/#ZGKIX9#2

1 Like

Thanks