Ver código fonte

Document roughness impacting refraction behavior in Standard Material 3D

(cherry picked from commit 53984b5b84920687e6941221de4c0c504a203cf6)
Hugo Locurcio 1 ano atrás
pai
commit
6f749268f5
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      tutorials/3d/standard_material_3d.rst

+ 6 - 0
tutorials/3d/standard_material_3d.rst

@@ -492,6 +492,12 @@ Remember to use a transparent albedo texture (or reduce the albedo color's alpha
 channel) to make refraction visible, as refraction relies on transparency to
 channel) to make refraction visible, as refraction relies on transparency to
 have a visible effect.
 have a visible effect.
 
 
+Refraction also takes the material roughness into account. Higher roughness
+values will make the objects behind the refraction look blurrier, which
+simulates real life behavior. If you can't see behind the object when refraction
+is enabled and albedo transparency is reduced, decrease the material's
+**Roughness** value.
+
 A normal map can optionally be specified in the **Refraction Texture** property
 A normal map can optionally be specified in the **Refraction Texture** property
 to allow distorting the refraction's direction on a per-pixel basis.
 to allow distorting the refraction's direction on a per-pixel basis.