Object(オブジェクト)#

Ray Visibility (光線の可視性)#

Objects can be set to be invisible to particular ray types. This can be used, for example, to make an emitting mesh invisible to camera rays. For instanced objects, visibility is inherited; if the parent object is hidden for some ray types, the children will be hidden for these too.

In terms of performance, using these options is more efficient that using a shader node setup that achieves the same effect.

Shadow(影)

Enables the object to cast shadows. The object will not be capture inside the shadow maps.

Light Probes(ライトプローブ)#

Objects can be set to not be captured by certain light probe. This can be used, for example, to avoid animated object being recorded into static light probes. For instanced objects, visibility is inherited; if the parent object is hidden for some ray types, the children will be hidden for these too.

Volume(ボリューム)

Makes the object visible during light probe volumes baking.

Sphere(球)

Makes the object visible during light probe sphere capture.

Plane(平面)

Makes the object visible during light probe plane capture.