C# Class ColladaSlimDX.ColladaModel.Model.CMesh

Show file Open project: vvvv/ColladaSlimDX

Public Methods

Method Description
CMesh ( Model model, Document geo ) : System
Create3D9Mesh ( Device graphicsDevice, int &attribId ) : Mesh
ToString ( ) : string

Protected Methods

Method Description
FinalizeVertexDeclaration ( List vertexElements ) : void
fillAttributeBuffer ( Mesh mesh, int &attribId ) : void
fillIndexBuffer ( Mesh mesh ) : void
fillVertexBuffer ( Mesh mesh ) : void

Method Details

CMesh() public method

public CMesh ( Model model, Document geo ) : System
model Model
geo Document
return System

Create3D9Mesh() public method

public Create3D9Mesh ( Device graphicsDevice, int &attribId ) : Mesh
graphicsDevice Device
attribId int
return Mesh

FinalizeVertexDeclaration() protected method

protected FinalizeVertexDeclaration ( List vertexElements ) : void
vertexElements List
return void

ToString() public method

public ToString ( ) : string
return string

fillAttributeBuffer() protected method

protected fillAttributeBuffer ( Mesh mesh, int &attribId ) : void
mesh Mesh
attribId int
return void

fillIndexBuffer() protected method

protected fillIndexBuffer ( Mesh mesh ) : void
mesh Mesh
return void

fillVertexBuffer() protected method

protected fillVertexBuffer ( Mesh mesh ) : void
mesh Mesh
return void