Portal Material

 

PortalA technique that assists the render kernel with exterior light sources that illuminate interiors. In interior renderings with windows, it is difficult for the path tracer to find light from the outside environment and optimally render the scene. Portals are planes that are added to the scene with the Portal material applied to them. materials optimize rendering light sources by helping the render kernel find important light sources in the scene. For example, interior scenes illuminated by an outside light source that comes through windows can be difficult for the path tracer to optimize the light as it enters the interior environment. To help the path tracer find these light sources, you can put a polygon plane outside the window, and then apply a Portal material to the plane to create a portal plane. This setup improves the light quality and increases the render efficiency.

In Figure 1, a room is being prepared with a small, single window. This would be a difficult scene to light with a sun/sky or HDRIAn image which presents more than 8 bit per color channel unlike most common image formats. file with no lighting on the room's interior. A single plane is placed over the window (highlighted in green) with the normal for the plane facing into the room (yellow arrow).

Figure 1: A plane is placed outside an opening in a polygon room to serve as a surface for the Portal material

 

To set up a scene using Portal materials, make sure that every window or opening in the environment is covered by a portal plane. It will not work if only one window has a portal over it when all other windows do not have a portal over them. And the normal direction of the portal plane should be facing inwards towards the interior, or the scene will not render properly. Don't block portal planes with other geometry like glass surfaces. Objects with the Portal material applied are invisible as geometry in the rendering.

We recommend using the least amount of geometry for Portals. A few simple rectangular planes are best, as dense geometry used for portal planes can slow down rendering. It is possible to use a single piece of portal geometry to cover several openings such as multiple windows on a single wall. However, if the geometry is too large, that can reduce rendering efficiency. It's important to strike a balance between an opening's coverage and the size of the geometry that uses the Portal material.

Use Portal materials with the Pathtracing and PMC kernels, as it will not work when rendering with the Direct Light kernel.

The two images in Figure 3 show the rendering results with and without a Portal material. The scene shows a glass sphere rendered in a room lit by light coming through a window. The scene is rendered using 500 samples. The first image does not have a portal plane placed over the opening, and it is noisier than the second image, which does have a portal plane.

Figure 3: Two images rendered without and with a portal plane