File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,9 @@ A few user-controlled parameters are available to better tweak the technique:
241
241
- **Depth Tolerance ** can be used for screen-space-ray hit tolerance to gaps. The bigger the value, the more gaps will be ignored.
242
242
- **Roughness ** will apply a screen-space blur to approximate roughness in objects with this material characteristic.
243
243
244
- Keep in mind that screen-space-reflections only work for reflecting opaque geometry. Transparent objects can't be reflected.
244
+ Keep in mind that screen-space-reflections only work for reflecting opaque
245
+ geometry. Transparent materials won't be reflected, as they don't write to the depth buffer.
246
+ This also applies to shaders that use ``SCREEN_TEXTURE `` or ``DEPTH_TEXTURE ``.
245
247
246
248
Screen-Space Ambient Occlusion (SSAO)
247
249
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments