C# Class OpenTkEngine.Core.ModelMesh

Show file Open project: jikoriko/OpentkEngine Class Usage Examples

Public Methods

Method Description
BindVAO ( ) : void
DeleteBuffers ( ) : void
GetIndicesLength ( ) : int
GetVaoID ( ) : int
ModelMesh ( float verts, int indices, bool texCoords ) : System
SetMaterial ( Material material ) : void

Private Methods

Method Description
BindVBO ( ) : void

Method Details

BindVAO() public method

public BindVAO ( ) : void
return void

DeleteBuffers() public method

public DeleteBuffers ( ) : void
return void

GetIndicesLength() public method

public GetIndicesLength ( ) : int
return int

GetVaoID() public method

public GetVaoID ( ) : int
return int

ModelMesh() public method

public ModelMesh ( float verts, int indices, bool texCoords ) : System
verts float
indices int
texCoords bool
return System

SetMaterial() public method

public SetMaterial ( Material material ) : void
material Material
return void