Reflection Cubemaps

Specular Indirect LightingはReflection Cubemap objectによって定義されるcubemapのarrayの中に記録されます。これらはシーンのライトのどこを抽出し、どこにそれを適用するのかを示します。

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.

If Ambient Occlusion is enabled, it will be applied in a physically plausible manner to specular indirect lighting.

注釈

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.

参照

Panel(パネル)

Object Data ‣ Probe

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.

For Reflection Cubemaps the influence volume can either be a box or a sphere centered on the probe's origin.

Falloff(減衰)

Probe objectの影響が線形に減衰する間の影響の割合です。

Intensity

記録された明るさの強度です。このパラメーターを1.0以上に設定することは物理的に正しくありません。意図的にゆがませたり芸術的な表現がしたいときに活用してください。

Clipping

Define the near and far clip distances when capturing the scene.

Visibility Collection

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.

There is also an option to invert this behavior and effectively hide the objects inside this collection.

注釈

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

参照

Panel(パネル)

Object Data ‣ Custom Parallax

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

Show the influence bounds in the 3D Viewport. The inner sphere is where the falloff starts.

Clipping

Show the clipping distance in the 3D Viewport.

Parallax

Show the Custom Parallax shape in the 3D Viewport.