ReflectionFresnel on MirrorTexture not working

Hello, I’m trying to use ReflectionFresnel on the reflection of the ground,
but it’s not working:
https://playground.babylonjs.com/#G3ZYFU#6

  • You can modify the “reflectionStandardFresnelWeight” property value, and you will see that nothing change
  • You can rotate the camera and you will see that the fresnel effect does not happen

Many thanks!

reflectionFresnel and reflectionStandardFresnelWeight are only available on the backgroundMaterial but here you are using a standard material.

The fresnel should be setup according to Fresnel Paramaters | Babylon.js Documentation

2 Likes