C# Class OpenTkEngine.Core.ModelMesh

Afficher le fichier Open project: jikoriko/OpentkEngine Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
BindVBO ( ) : void

Method Details

BindVAO() public méthode

public BindVAO ( ) : void
Résultat void

DeleteBuffers() public méthode

public DeleteBuffers ( ) : void
Résultat void

GetIndicesLength() public méthode

public GetIndicesLength ( ) : int
Résultat int

GetVaoID() public méthode

public GetVaoID ( ) : int
Résultat int

ModelMesh() public méthode

public ModelMesh ( float verts, int indices, bool texCoords ) : System
verts float
indices int
texCoords bool
Résultat System

SetMaterial() public méthode

public SetMaterial ( Material material ) : void
material Material
Résultat void