Interior render of a stone cathedral with arches and columns, created using V-Ray path guiding
Vladimir Koylazov

Vladimir Koylazov

Last updated: August 22, 2025  •  8 min read

Path Guiding with Intel® Open PGL in V-Ray

Summary:

  • V-Ray 6.1 introduces an experimental implementation of Intel's Open Path Guiding Library to enhance rendering quality by reducing noise in complex lighting situations.
  • Path guiding improves rendering by directing rays toward important areas of a scene, significantly reducing noise and speeding up render times, especially in scenes with complex indirect illumination.
  • Intel's Open PGL is developed as an open-source project to provide a robust path-guiding framework, aiming to become a standard in the rendering community.
  • V-Ray's integration of Open PGL allows for more photorealistic renders by using path guiding during the light cache building phase, benefiting both progressive and bucket rendering modes.
  • Future developments aim to enhance path guiding performance, extend material support, and enable continuous learning during rendering to improve results further.

Overview

One of the new innovative features of V-Ray 6.1 is an initial experimental implementation of Intel’s Open Path Guiding Library. In this blog, we provide some more details about path guiding and the collaboration between Intel and Chaos in this integration. Portions of this blog post were contributed by Sebastian Herholz, an expert ray-tracing software engineer from Intel.

What is path guiding?

One of the most widely used techniques for producing photorealistic images in modern renderers is unidirectional path tracing. In a simplified description of this method, the renderer traces rays from the camera position through the pixels of the image into the scene. These rays estimate a solution for the scene’s light transport defining the value/color of a pixel. At each intersection of a ray with the scene geometry, the renderer computes direct illumination from scene light sources and bounces those rays off surfaces to compute global illumination, reflections, and refractions.

Path guiding diagram showing two diffuse bounces and shadow rays, where more paths reach lit areas of the scene

Dian Nikolov

In a scene with a complex lighting situation and uniform path tracing, only some paths reach the lit areas and contribute meaningfully to the image. This leads to a very noisy result.

The resulting images are very convincing but may contain noise. This noise requires sufficient samples per pixel to reduce to a desired level. The noise generally depends on how well the renderer can explore the light transport in a scene, i.e., if it is able to shoot/direct rays into regions of the scene that significantly contribute to the value of a pixel (e.g., light sources or objects reflecting direct or indirect light). The “difficulty/complexity” of the lighting situation plays a big role — scenes with uniform illumination need fewer samples to achieve a desired noise level compared to scenes with complex indirect illumination like a small bright patch illuminated by sunlight, for example. While path tracers are good at handling direct illumination coming from the scene light sources, indirect illumination from brightly lit surfaces may take many more samples to clean up. This is because the renderer has no information about the indirect illumination and must typically rely on the reflection characteristics of the local material to explore it.

Uniform path tracing diagram showing two diffuse bounces and shadow rays, where only a few paths reach the lit areas of the scene

Dian Nikolov

With path guiding, more paths reach the lit areas of the scene and contribute to the final result which leads to a less noisy image.

Path guiding is a method to improve the rendering quality by helping the renderer to overcome its limitation of not having any information about the indirect illumination of a scene. Path guiding learns an approximation of indirect illumination of the scene in a rendering prepass or online during rendering iterations. During rendering, when the renderer needs to decide in which direction to shoot the next ray, the approximation of the indirect illumination is used to guide rays into important directions (e.g., toward brighter regions of the scene). This ‘guiding’ of rays leads to a significant noise reduction and cleaning up images faster, especially in scenes with complex lighting situations that are not covered by other rendering optimizations such as the adaptive dome light sampling in V-Ray and Corona or one-click caustics.

Why V-Ray uses Intel Open PGL

Path guiding is the result of decades of research. However, production rendering adoption just started recently (reference: Path guiding in production | ACM SIGGRAPH 2019 course) [0]. Unfortunately, there does not exist ‘the one’ path guiding approach that is robust and efficient enough to be widely adopted across the industry. This is why Intel created the open-source Intel Open PGL project to develop, together with the rendering community, a path-guiding framework that is robust and efficient enough to be used in daily production. Intel aims to make the Intel Open PGL project the premier solution for path guiding in the rendering community, just as Intel® Embree is for ray tracing/intersection kernels.

Chaos chose to implement Open PGL because it demonstrated promising results and provided an API that allowed it to be integrated relatively easily into production renderers like Corona and V-Ray. Further on, the previous experience with the Embree project demonstrated the clear advantages of a community-driven solution — a robust and performant library with contributors from various industries.

How Intel Open PGL is developed

Sebastian Herholz and Addis Dittebrandt, another Intel ray tracing engineer, lead the main development work. Contributions are provided from the Blender community and now also the Chaos community.

Technical details and how it works

Intel's Open PGL approximates the scene's light distribution to guide the sampling decisions at ray intersection into directions of high importance (i.e., with strong indirect illumination). The approximation of the scene's light distribution is either learned online during rendering or, as in the case of the V-Ray integration, in a rendering pre-pass.

To represent the approximation of the high-dimensional light distribution (i.e., light field) of the entire scene, the spatial domain of the scene is first subdivided into smaller regions, where each region stores an approximation of the local incoming light distribution. These approximations are similar to light probes, valid for positions across their corresponding region.

During rendering, whenever a new direction is sampled, the light distribution at the current intersection point is queried and used to guide paths in important directions with a high contribution to the rendered image ([3],[4]). By guiding paths that interact with surfaces and volumes, Intel Open PGL increases the sampling quality in complex indirect illumination scenarios such as multi-bounce diffuse illumination, multi-scattered volumetric illumination, and even simpler direct and indirect caustic effects.

Implementation of Intel Open PGL in V-Ray 6.1

V-Ray 6.1 implements an initial experimental version of Open PGL for the CPU version of V-Ray. For the moment the training samples are generated during V-Ray’s light cache building pass so the path guiding option can be found in the light cache settings:

Interface screenshots showing the option to enable path guiding in V-Ray 6.1 for 3ds Max, Maya, Houdini, and Cinema 4D

This allows path guiding to be used both for progressive and bucket rendering modes once the light cache has been computed. Both diffuse reflections (GI) and glossy reflections can be made more photorealistic by the path guiding, as well as sampling of indirect illumination in volumes. The aim is to reduce the noise from such effects in order to achieve faster render times. Path guiding is supported for the VRayMtl material, the VRayEnvironmentFog atmospheric effect, and the VRayVolumeGrid.

Because the path guiding library is trained during the light cache calculation phase, increasing the light cache subdivs typically leads to faster final render times since the guiding engine has more data to work with.

Results

The path guiding implementation is still experimental and in development. As such, the results are very scene-dependent - in some scenes, it can improve render times significantly while in others it doesn't help too much. The best results we have seen are in situations in which large portions of the scene are lit through indirect lighting. Below are some examples of scenes where path guiding improves render times quite a bit.

Example 1

Architectural rendering of a modern bedroom with gray walls, a double bed, wall-mounted lamps, and minimal decor

Render with V-Ray adaptive dome light and path guiding through OpenPGL

scene purchased from Turbosquid.

Compared to a non-adaptive render, both the path guiding and the V-Ray adaptive dome light help to reduce render times significantly. Each provides a substantial speed boost on its own but they also combine nicely to produce the fastest result. In the table below, the VRaySampleRate render element is shown along with the render times for different combinations of settings. The scene is set to render with a maximum of 40 AA subdivs per pixel (i.e. 1600 samples per pixel). The light cache was set to 3000 subdivs (i.e. 9 million image samples). With the non-adaptive result in the top-left corner, even that many samples are not enough to completely reach the desired (variance-based) noise threshold in some parts of the image (i.e. the parts that are colored in red).

Comparison heatmap of rendering times showing path guiding ON vs OFF and adaptive dome light ON vs OFF in V-Ray

The renders below show the effect of the light cache subdivs on the efficiency of the path guiding. More light cache subdivs give more training samples to the path guiding library so it is better able to guide the rays during the final rendering.

Heatmap comparison of render times in V-Ray using 1000, 2000, and 3000 light cache subdivs with different training paths

Example 2

Render of a Romanesque-style cathedral interior with stone arches, columns, and checkered flooring created using V-Ray with Intel Open PGL path guiding

Marko Dabrovic

Render with adaptive dome light and path guiding through Open PGL. Sibenik cathedral scene from the Radiosity Competition.

In this example, both path guiding and adaptive dome light help to reduce the render times although in this lighting situation the path guiding has a much larger impact - this is because a large part of the environment is blocked due to geometry outside the interior. The scene is set to render with 30 AA subdivs (maximum of 900 samples per pixel) and a noise threshold of 0.03. Path guiding helps to reduce the number of required samples significantly in order to achieve the same noise level. The light cache was set to use 3000 subdivs (i.e. 9 million image samples).

Heatmap comparison of a cathedral render showing render times with adaptive dome light on and off, and path guiding enabled or disabled in V-Ray with Intel Open PGL

For this scene, using the default light cache subdivs value of 1000 does not really allow the path guiding to improve the rendering much. However, using more subdivs results in better path guiding as more information about the scene is available.

Heatmap of cathedral render comparing V-Ray path guiding with 1000, 2000, and 3000 light cache subdivs.

Future developments

While this initial implementation has already proven helpful in some situations, more work that will be completed in the near future:

  • Improve the performance of the path guiding so that it is useful for a wider variety of scenes. At the moment, there is overhead to using path guiding so it’s not handy on scenes where GI/reflections are not the main source of noise.
  • Extend support for more material types — already being worked on, for example VRayScannedMtl material, glossy refractions, and others.
  • Continue learning during progressive rendering to significantly improve the results.
  • Enable path guiding for brute-force GI as an “adaptive prepass” option.

Additional Advanced Ray Tracing Technologies

Learn more about other advanced ray tracing software in the Intel® oneAPI Rendering Toolkit, including Academy Award-winning Intel Embree, Intel® Open Image Denoise (used in The Addams Family 2), Intel® Open Volume Kernel Library, and more. All libraries are available from Intel and in open source (GitHub).

Further information and more about V-Ray 6.1

For more information also consider listening to the new podcast called “Ray Tracing, Path Tracing & Path Guiding - Finding the Light (efficiently) with Chaos and Open PGL” which is part of Intel’s “Code Together” podcast series. The podcast can be found anywhere podcasts are found, such as Spotify or Apple Podcasts, or directly at this link:

V-Ray 6.1 includes many other improvements as well, check them out.

Try V-Ray now

References

  1. Path Guiding in Production
  2. Robust fitting of parallax-aware mixtures for path guiding
  3. Practical Path Guiding for Efficient Light-Transport Simulation
  4. Volume Path Guiding Based on Zero-Variance Random Walk Theory 
  5. Volume Path Guiding Based on Zero-Variance Random Walk Theory (2)
  6. Product Importance Sampling for Light Transport Path Guiding
  7. Product Importance Sampling for Light Transport Path Guiding (2)

Try V-Ray now

chaos logo
Get Chaos news, tips, and inspiration every month.
Modern living room interior with a light gray sofa, yellow throw blanket, wooden coffee table with a cup and biscuits, blue rug, patterned curtains, and potted plant.
Share
Vladimir Koylazov
Vladimir Koylazov

As Head of Innovation, Vladimir “Vlado” Koylazov leads the Chaos Innovation Lab and oversees Chaos’ research, development, and experiments with the latest technologies. He co-founded Chaos in 1997, developed the globally acclaimed rendering software V-Ray, and held the role of Chief Technical Officer for over 20 years. During this time, he has been the driving force behind the software development and R&D at Chaos, as well as an active member of the global CG community. Vlado is a graduate of Sofia University’s Faculty of Mathematics and Informatics.

Path guiding diagram showing two diffuse bounces and shadow rays, where more paths reach lit areas of the scene

Dian Nikolov

Uniform path tracing diagram showing two diffuse bounces and shadow rays, where only a few paths reach the lit areas of the scene

Dian Nikolov

Interface screenshots showing the option to enable path guiding in V-Ray 6.1 for 3ds Max, Maya, Houdini, and Cinema 4D
Architectural rendering of a modern bedroom with gray walls, a double bed, wall-mounted lamps, and minimal decor
Comparison heatmap of rendering times showing path guiding ON vs OFF and adaptive dome light ON vs OFF in V-Ray
Heatmap comparison of render times in V-Ray using 1000, 2000, and 3000 light cache subdivs with different training paths
Render of a Romanesque-style cathedral interior with stone arches, columns, and checkered flooring created using V-Ray with Intel Open PGL path guiding

Marko Dabrovic

Heatmap comparison of a cathedral render showing render times with adaptive dome light on and off, and path guiding enabled or disabled in V-Ray with Intel Open PGL
Heatmap of cathedral render comparing V-Ray path guiding with 1000, 2000, and 3000 light cache subdivs.