Click or drag to resize
AB4D logo

IMultiMapMaterial Interface

IMultiMapMaterial interface defines TextureMaps property that is a list of TextureMapInfo objects and is used to define a material that uses multiple texture maps.

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

The IMultiMapMaterial type exposes the following members.

Properties
 NameDescription
Public propertyBlendState Gets a BlendState that is used to render the base texture. If null a Opaque or a PremultipliedAdditiveBlend (in case of transparency) will be used.
Public propertyTextureMaps Gets a list of TextureMapInfo object that defines texture maps that should be rendered with this material.
Top
See Also