Reflection Cubemaps¶
Specular Indirect Lighting is stored in an array of cubemaps. These are defined by the Reflection Cubemap objects. They specify where to sample the scene’s lighting and where to apply it.
Voir aussi
Screen Space Reflections are much more precise than reflection cubemaps. If enabled, they have priority and cubemaps are used as a fall back if a ray misses.
Si Ambient Occlusion est activé, il sera appliqué d’une manière physiquement crédible à l’éclairage indirect spéculaire.
Note
The cube probes are encoded into tetrahedral maps. Some distortions may occur on the negative Z hemisphere. Those are more visible with higher roughness values.
Blending¶
The lighting values from a Reflection Cubemap will fade outwards until the volume bounds are reached. They will fade into the world’s lighting or another Reflection Cubemap’s lighting. If multiple Reflection Cubemaps overlap, smaller (in volume) ones will always have more priority. If an object is not inside any Reflection Cubemap influence, or if the indirect lighting has not been baked, the world’s cubemap will be used to shade it.
Référence
Panneau: |
---|
- Distance
A probe object only influences the lighting of nearby surfaces. This influence zone is defined by the Distance parameter and object scaling. The influence distance varies is a bit, depending on the probe type.
Pour les Reflection Cubemaps le volume d’influence peut être une boîte ou une sphère centrée sur l’origine de la sonde.
- Falloff
- Pourcentage de la distance d’influence le long de laquelle l’influence d’une sonde s’atténue linéairement.
- Intensity
- Intensity factor of the recorded lighting. Making this parameter anything other than 1.0 is not physically correct. Use it for tweaking or artistic purposes.
- Clipping
- Define the near and far clip distances when capturing the scene.
- Collection de visibilité
Sometimes, it is useful to limit which objects appear in the light probe’s captured lighting. For instance, an object that is too close to a capture point might be better excluded. This is what the visibility collection does. Only objects that are in this collection will be visible when this probe will capture the scene.
Il existe également une option pour inverser ce comportement et cacher effectivement les objets dans cette collection.
Note
This is only a filtering option. That means if an object is not visible at render time it won’t be visible during the probe render.
Custom Parallax¶
Référence
Panneau: |
---|
By default, the influence volume is also the parallax volume. The parallax volume is a volume on which is projected the recorded lighting. It should roughly fit it surrounding area. In some cases it may be better to adjust the parallax volume without touching the influence parameters. In this case, just enable the Custom Parallax and change the shape and distance of the parallax volume independently.
Viewport Display¶
- Influence
- Montrer les limites de l’influence dans la Vue 3D. La sphère intérieure est là où l’atténuation démarre.
- Clipping
- Montrer la distance de coupe dans la Vue 3D.
- Parallax
- Montrer la forme Custom Parallax dans la Vue 3D.