Class MeshData
Inheritance
System.Object
MeshData
Assembly: Aximo.Render.dll
Syntax
public abstract class MeshData
Properties
|
Improve this Doc
View Source
Data
Declaration
public abstract BufferData1D Data { get; }
Property Value
|
Improve this Doc
View Source
Indicies
Declaration
public BufferData1D<ushort> Indicies { get; protected set; }
Property Value
|
Improve this Doc
View Source
IndiciesCount
Declaration
public virtual int IndiciesCount { get; protected set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Layout
Declaration
public VertexLayoutDefinition Layout { get; protected set; }
Property Value
|
Improve this Doc
View Source
PrimitiveType
Declaration
public AxPrimitiveType PrimitiveType { get; protected set; }
Property Value
|
Improve this Doc
View Source
VertexCount
Declaration
public virtual int VertexCount { get; protected set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
BindLayoutToShader(RendererShader)
Declaration
public VertexLayoutBinded BindLayoutToShader(RendererShader shader)
Parameters
Returns