How Do I Set Reflection Strength?

I’ve been able to successfully set each parameter in the Levels section of a material except Reflection Strength.

Playground:
https://www.babylonjs-playground.com/#UU7RQ#888

I looked through the pbr material api and didn’t see anything that looked like the right fit either. But I can definitely change it with the slider in the Inspector. Am I looking in the wrong place for this?

Thanks!

After looking through some of the inspector code it looks like this can be set by boxMaterial.reflectionTexture.level: Playground.

1 Like