PbrMaterial.MetalnessMap プロパティ

定義

Texture金属性に使用される 。 専用テクスチャ null が必要ない場合は、 を渡します。

public:
 property Microsoft::Azure::RemoteRendering::Texture ^ MetalnessMap { Microsoft::Azure::RemoteRendering::Texture ^ get(); void set(Microsoft::Azure::RemoteRendering::Texture ^ value); };
public Microsoft.Azure.RemoteRendering.Texture MetalnessMap { get; set; }
member this.MetalnessMap : Microsoft.Azure.RemoteRendering.Texture with get, set
Public Property MetalnessMap As Texture

プロパティ値

注釈

有効な金属性テクスチャとは、金属と見なす領域 (1.0) と非金属 (0.0) を定義するグレースケール テクスチャです。 中間の値は可能ですが、物理的には妥当ではありません。

InvalidType 2D テクスチャではないテクスチャが設定されている場合、エラーが発生します。

適用対象