Click or drag to resize
AB4D logo

WpfMaterialEnvironmentalCubeMap Property

Gets ShaderResourceView that defines the EnvironmentalCubeMap. ShaderResourceView should define a cube map with 6 textures for each side of the cube.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public ShaderResourceView EnvironmentalCubeMap { get; }

Property Value

ShaderResourceView

Implements

IEnvironmentalMapMaterialEnvironmentalCubeMap
See Also