Photon Tracing Kernel

 

The Photon Tracing kernel is designed to render caustics approximately 1000x faster and with less noise than the existing PMC kernel using a novel GPUThe GPU is responsible for displaying graphical elements on a computer display. The GPU plays a key role in the Octane rendering process as the CUDA cores are utilized during the rendering process. photon mapping and path guide approach.

Photon_Tracing_Kernel_Fig01_SE_v2022.jpg

Figure 1: The Photon Tracing settings in the Node Inspector

 

Photon Tracing Kernel Parameters

Quality

Max Samples - Sets the maximum number of samples per pixel before the rendering process stops. Higher values produce cleaner renders. There is no rule as to how many samples per pixel are required for a good render - it depends on the content and complexity of the scene.

DiffuseAmount of diffusion, or the reflection of light photons at different angles from an uneven or granular surface. Used for dull, non-reflecting materials or mesh emitters. Depth - The maximum number of times a ray can bounce, reflect, or refract off of a diffuse or very rough surface. Higher values mean higher render times, but more realistic results. For outdoor renders, a good setting is around 4. For lighting interiors with natural light like the sun and the sky, you need higher values such as 8 or more. In the real world, the maximum diffuse bounces would not exceed 16 - it is possible to use a value higher than 16, but this is not necessary.

SpecularAmount of specular reflection, or the mirror-like reflection of light photons at the same angle. Used for transparent materials such as glass and water. Depth - Controls the number of times a ray refracts before dying. Higher values mean higher render times, but more color bleeding and more details in transparent materials. Low values introduce artifacts or turn some refractions into pure black.

Scatter Depth - The maximum path depth allowed for scattering.

Maximal Overlapping Volumes - Determines how much space to allocate for overlapping volumes. Ray marching is faster with lo values but it can cause artifacts where many volumes intersect.

Ray Epsilon - The distance between the geometry and the light ray when calculating ray intersections for lighting and shadowing. Larger values push rays away from the geometry surface. Lower values are more accurate, but can cause artifacts on large or distant objects. Ray Epsilon is similar to ray tracing bias in other rendering engines. Adjust Ray Epsilon to reduce artifacts in large-scale scenes.

Filter Size - Sets the filter size in terms of pixels. This can improve aliasing artifacts in the render. However, if the filter is set too high, the image becomes blurry.

Alpha Shadows - Allows any object with transparency (Specular materials, materials with Opacity settings and Alpha Channels) to cast a shadow instead of behaving as a solid object.

Caustic Blur - Reduces noise in caustic light patterns. High values result is softness in the caustic patterns (Figure 2).

GI Clamp - Clamps the contribution for each path to the specified value. By reducing the GI Clamp value, you reduce the amount of fireflies caused by sparse but very strong contributing paths. Reducing this value reduces noise by removing energy.

Nested Dielectrics - If disabled, the surface IORs are not tracked and surface priorities are ignored.

Irradiance Mode - This renders the first surface as a white Diffuse materialUsed for dull, non-reflecting materials or mesh emitters.. Irradiance Mode works similar to Clay Mode, but it applies to just the first bounce. It disables the Bump channel and makes samples that are blocked by backfaces transparent.

Max Subdivision Level - The maximum subdivision level that should be applied on the geometry in the scene. Setting to 0 disables subdivision.

Photons

Photon Depth - Determines the maximum depth for the photons.

Accurate Colors - If enabled, the colors will be more accurate but noise will converge more slowly.

Photon Gathering Radius - The maximum radius where photons can contribute.

Photon Count Multiplier - Approximate ratio between photons and camera rays.

Photon Gather Samples - Determines the maximum amount of photon gather samples per pixel between photon tracing passes. This is similar to the Max. Tile Samples but it also affects the quality of the caustics rendered. Higher values give more samples per second at the expense of caustic quality.

Exploration Strength - The higher this value, the more the photon sampling is influenced by which photons are actually gathered.

Alpha ChannelA greyscale image used to determine which areas of a texture map are opaque and which areas are transparent.

Alpha Channel - This option removes background images or colors created by the SunSky environment node from the rendered image, while any lighting cast by the environment is unaffected. This is useful if you want to composite the render over another image without having the background present. Objects appearing in the RGB channels have a bleeding edge, which appears as noise artifacts. However, these edges are not included in the Alpha Channel itself.

Keep Environment - Used in conjunction with the Alpha Channel setting. It makes the background visible in the rendered image while keeping the Alpha Channel.

Light

Sampling

Path Termination Power - Tweaks samples-per-second vs. convergence (how fast noise vanishes). Increasing this value causes the kernels to keep paths shorter and spend less time on dark areas, which means they stay noisy longer, but it also increases samples-per-second. Reducing this value causes kernels to trace longer paths on average and spend more time on dark areas. In short, high values increase the render speed, but they may lead to higher noise in dark areas.

Coherent Ratio - Increasing this value increases the render speed, but it also introduces low-frequency noise or blotches. Eliminating the blotchy appearance requires a few hundred or a few thousand samples per pixel to go away, depending on the contents of the scene. Figure 4 shows a render comparison using different Coherent Ratio settings.

Static Noise - Keeps noise patterns static between rendered frames in a sequence. The noise is static as long as the same GPU architecture is used for rendering. Different architectures produce different numerical errors, which manifest as small differences in the noise pattern.

Parallel Samples - Controls how many samples OctaneRender® calculates in parallel. Smaller values require less memory to store the sample's state, but increase render time. Larger values require more memory, but reduce render time. The change in performance depends on the scene and the GPU architecture.

Max Tile Samples - Controls the number of samples per pixel that OctaneRender will render before storing the result in the render buffer. Higher values mean that results arrive less often in the film buffer.

Minimize Net Traffic - Distributes the same tile to the net render slaves until OctaneRender reaches the max samples-per-pixel for that tile, and then it distributes the next tile to slaves when enabled. This option doesn't affect work done by local GPUs. A Render Node can merge all of its results into the same cached tile until the Primary Render Node switches to a different tile.

Adaptive SamplingA method of sampling that determines if areas of a rendering require more sampling than other areas instead of sampling the entire rendering equally.

Adaptive Sampling - This section provides options to use the Adaptive Sampling capabilities of OctaneRender, especially in scenes with complex lighting. For more information, see the Adaptive Sampling topic in this manual.

Color

White Light Spectrum - Controls the appearance of colors produced by spectral emitters (daylight, environment, black body).This determines the spectrum that will produce white (before white balance) in the final image.

Deep ImageRenders frames with multiple depth samples in addition to typical color and opacity channels.

Deep Image - Enables deep pixel image rendering for deep image compositing. For more information, see the Deep Image Rendering topic of this manual.

Deep Render AOVs - Includes AOVs for deep image pixels.

Maximum Depth Samples - Used when Deep Image Rendering is enabled. It sets the maximum number of depth samples per pixel. For more details, read the Deep Image Rendering topic in this manual.

Depth Tolerance - Used when Deep Image Rendering is enabled. OctaneRender merges depth samples whose relative depth difference falls below this tolerance value. For more information, see the Deep Image Rendering topic in this manual.

Toon Shading

Toon Shadow Ambient - This is the ambient modifier of Toon Shadowing.