Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Archviz Glass

From MC Animation and Rendering Wiki


Archviz glass refers to shaders whose surface has the properties of glass, but without refraction. It's commonly used for windows in archviz rendering, where regular glass shaders may create additional noise for interior scenes.

Examples

The following are some examples of archviz glass shaders for each program.

Blender

Setup with Fresnel Node

This setup[1] uses the Fresnel effect alongside light path tricks, which may create more pronounced reflections.

Example of an Archviz glass setup in Blender using a fresnel node

Setup with the Maximum between Shadow and Reflection Rays

This setup[2] uses maximum of the Is Shadow Ray and Is Reflection Ray values to make the surface rendered as glass, but the indirect light rendered as a transparent shader.

Example of an Archviz glass setup in Blender using the maximum between the shadow and reflection rays.