C# Class JitterDemo.Scenes.TriangleMesh

Inheritance: Scene
Exibir arquivo Open project: tpb3d/TPB3D

Public Methods

Method 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 method

public Build ( ) : void
return void

Destroy() public method

public Destroy ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

ExtractData() public method

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
return void

TriangleMesh() public method

public TriangleMesh ( JitterDemo demo ) : System
demo JitterDemo
return System