次の方法で共有


SceneLightingEffectReflectanceModel 列挙型

定義

SceneLightingEffect の反射率をモデル化する方法を指定する定数を定義します。

public enum class SceneLightingEffectReflectanceModel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class SceneLightingEffectReflectanceModel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum SceneLightingEffectReflectanceModel
Public Enum SceneLightingEffectReflectanceModel
継承
SceneLightingEffectReflectanceModel
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

フィールド

BlinnPhong 0

BlinnPhong モデルが使用されます。

PhysicallyBasedBlinnPhong 1

PhysicallyBasedBlinnPhong モデルが使用されます。

適用対象