C# Class JitterDemo.Scenes.TriangleMesh

Inheritance: Scene
Afficher le fichier Open project: tpb3d/TPB3D

Méthodes publiques

Méthode Description
Build ( ) : void
Destroy ( ) : void
Draw ( ) : void
ExtractData ( List vertices, List indices, Model model ) : void

Helper Method to get the vertex and index List from the model.

TriangleMesh ( JitterDemo demo ) : System

Method Details

Build() public méthode

public Build ( ) : void
Résultat void

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

ExtractData() public méthode

Helper Method to get the vertex and index List from the model.
public ExtractData ( List vertices, List indices, Model model ) : void
vertices List
indices List
model Microsoft.Xna.Framework.Graphics.Model
Résultat void

TriangleMesh() public méthode

public TriangleMesh ( JitterDemo demo ) : System
demo JitterDemo
Résultat System