Browse Source

Merge pull request #9928 from skyace65/ReflectionProbe

Document reflection probe limitations in compatability renderer
Matthew 1 năm trước cách đây
mục cha
commit
bf4c8bd21c
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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.