Click or drag to resize
AB4D logo

IVertexScalesMaterial Interface

IVertexSizeMaterial interface defines the VertexSizesVertexBufferBinding property that is used to specify vertex buffer that defines scales (as one float value) for each position.

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

The IVertexScalesMaterial type exposes the following members.

Properties
 NameDescription
Public propertyVertexScalesVertexBufferBinding Gets a VertexBufferBinding for an array of float values where each value represents a scale (or size) of one position.
Top
See Also