How to increase the value of reflection. and any possibilities for setting reflection in particular axis.
I need to create a material looks like silver . Any references or examples?
You can use some free sites to find assets for silver:
Using the textures from Metal 003 on CC0 Textures (I used the smallest ones - 1k jpg):
https://playground.babylonjs.com/#H8GQWC
I used a node material because I can easily embed the textures in it.
You can of course create a PBRMaterial
instead, and bind the textures to the right slots (albedoTexture, bumpTexture, etc).
2 Likes
Thanks @Evgeni_Popov