次の方法で共有


PbrMaterial.AOMap プロパティ

定義

Textureアンビエント オクルージョンに使用される 。 専用テクスチャ null が必要ない場合は、 を渡します。

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

プロパティ値

注釈

有効な AO テクスチャはグレースケール テクスチャであり、どの領域が隠れているか (濃い/黒)、そうでない領域 (明るい/白) を定義します。 テクスチャの AO 値は、 プロパティで AOScale 調整されます。

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

適用対象