We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62a5015 + 53984b5 commit 0f3f7a1Copy full SHA for 0f3f7a1
tutorials/3d/standard_material_3d.rst
@@ -489,6 +489,12 @@ Remember to use a transparent albedo texture (or reduce the albedo color's alpha
489
channel) to make refraction visible, as refraction relies on transparency to
490
have a visible effect.
491
492
+Refraction also takes the material roughness into account. Higher roughness
493
+values will make the objects behind the refraction look blurrier, which
494
+simulates real life behavior. If you can't see behind the object when refraction
495
+is enabled and albedo transparency is reduced, decrease the material's
496
+**Roughness** value.
497
+
498
A normal map can optionally be specified in the **Refraction Texture** property
499
to allow distorting the refraction's direction on a per-pixel basis.
500
0 commit comments