C# Class Graffiti.Core.Geometry.IndexedMesh

Inheritance: IIndexedMesh
Exibir arquivo Open project: ananthonline/graffiti

Public Methods

Method Description
Render ( IRenderer renderer, Matrix parentTransform ) : void
Update ( float timeInMilliSeconds ) : void

Private Methods

Method Description
IndexedMesh ( ) : System
IndexedMesh ( int vertexCount, int indexCount ) : System
ResizeVerticesAndIndices ( int newVertexCount, int newIndexCount ) : void

Method Details

Render() public method

public Render ( IRenderer renderer, Matrix parentTransform ) : void
renderer IRenderer
parentTransform Matrix
return void

Update() public method

public Update ( float timeInMilliSeconds ) : void
timeInMilliSeconds float
return void