C# Class XLibrary.VertexBuffer

Afficher le fichier Open project: swax/CodePerspective Class Usage Examples

Méthodes publiques

Свойство Type Description
VboID int
VertexCount int

Méthodes publiques

Méthode Description
Draw ( BeginMode mode ) : void
Init ( ) : void
Load ( ) : void
Reset ( ) : void

Private Methods

Méthode Description
AddVertex ( Vector3 point, Color color, Vector3 normal ) : void
AddVerticies ( Color color, Vector3 normal ) : void

Method Details

Draw() public méthode

public Draw ( BeginMode mode ) : void
mode BeginMode
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

VboID public_oe property

public int VboID
Résultat int

VertexCount public_oe property

public int VertexCount
Résultat int