Capítulo 152 de 859

Chapter 152: VolumetricLightingModel

Core Idea

VolumetricLightingModel class extends the LightingModel to implement volumetric lighting effects. This model calculates the scattering and transmittance of light through a volumetric medium. It dynamically adjusts the direction of the ray based on the camera and object positions. The model supports custom scattering and depth nodes to enhance the lighting effects.

Reference Tables

Constructor

Signature
new VolumetricLightingModel()

Key Takeaways

  1. VolumetricLightingModel extends: LightingModel

Connects To