Reflector results are different between Three.js and react three fiber

R3F Reflector / MeshReflectorMaterial is not the same thing as three’s Reflector.

You can see here and here that it uses a custom shader material.

Three’s built-in Reflector’s code is different and a bit more limited (you can see here that r3f reflector allows for more customisation of the material, incl. roughness, blur, color etc.)

1 Like