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 (figure 1). For example, interior scenes illuminated by an outside light source that comes through windows can be difficult for the Path Tracer or Photon Tracing kernel to optimize the light as it enters the interior environment. To help the kernel 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.


Figure 1: A Portal material in the Slate MaterialThe representation of the surface or volume properties of an object. Editor


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 2 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.

PortalMaterial_Fig02_3dsmax_v2023.jpg
Figure 2: The first image is rendered without a Portal material, the second is rendered with a Portal material

 

Portal Material Parameters

Enabled - Enabled or disable checkbox

Export Octane Material - Opens a dialog window that provides options for exporting the Material to ORBXThe ORBX file format is the best way to transfer scene files from 3D Authoring software programs that use the Octane Plug-in such as Octane for Maya, Octane for Cinema 4D, or OctaneRender Standalone. This format is more efficient than FBX when working with Octane specific data as it provides a flexible, application independent format. ORBX is a container format that includes all animation data, models, textures etc. that is needed to transfer an Octane scene from one application to another., the Local DB, or the Live DB.