Browse Source

Document reflection probe limitations in compatability renderer

skyace65 11 months ago
parent
commit
2bf43bd982
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tutorials/3d/global_illumination/reflection_probes.rst

+ 4 - 0
tutorials/3d/global_illumination/reflection_probes.rst

@@ -194,3 +194,7 @@ advanced project setting.
 When using the Forward Mobile backend, only 8 reflection probes can be applied on each
 individual Mesh *resource*. If there are more reflection probes affecting a single mesh,
 not all of them will be rendered on the mesh.
+
+Similarly, when using the Compatibility backend, up to 2 reflection probes can be applied
+per mesh. If more than 2 reflection probes affect a single mesh, additional probes will
+not be rendered.