Material Output Node#

Material Output Node.

Material Output (マテリアル出力)ノードは、サーフェスオブジェクトへのサーフェスマテリアル情報の出力に用います。

入力#

Surface(サーフェス)

オブジェクトの surface シェーディング。

Volume(ボリューム)

オブジェクト内の volume シェーディング。

Displacement

バンプマッピングまたは実際に細分割された displacement 作成に使用します。

Thickness EEVEE

Used to approximate the inner geometry structure of the object without heavy computation. This is currently used for Subsurface Scattering, Translucent BSDF, Refraction BSDF, and the nodes containing these effects.

If no value is plugged into the output node, a default thickness based on the smallest dimension of the object is used. If a value is connected it will be used as object space thickness (i.e. scaled by object transform). A value of zero will disable the thickness approximation and treat the object as having only one interface.

This output is only used by the EEVEE render engine.

注釈

  • The thickness is used to skip the inner part of the object.

  • Refraction will not refract objects inside the thickness distance.

  • Shadow casting object will not cast shadow within the thickness distance.

Tip

  • For large or compound meshes (e.g. vegetation), the thickness should be set to the thickness of individual parts (e.g. leaves, grass blades).

  • Thickness can be baked to textures or custom attributes for more accurate result.

参考

Thickness Mode -- controls how the thickness value is used.

Properties(プロパティ)#

Target(ターゲット)

Render engine the input shaders are used for. By default shaders are shared between Cycles and EEVEE, with multiple output nodes specialized shader setups can be created for each.

出力#

このノードには出力は有りません。