Click or drag to resize
AB4D logo

ITransparentMaterial Interface

ITransparentMaterial interface defines HasTransparency property that specifies if this material need to be rendered with alpha blending enabled.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public interface ITransparentMaterial

The ITransparentMaterial type exposes the following members.

Properties
 NameDescription
Public propertyHasTransparency Gets a boolean that specifies if this material is semi-transparent and needs to be alpha blended with the scene.
Top
See Also