C# 클래스 JitterDemo.Scenes.TriangleMesh

상속: Scene
파일 보기 프로젝트 열기: tpb3d/TPB3D

공개 메소드들

메소드 설명
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

메소드 상세

Build() 공개 메소드

public Build ( ) : void
리턴 void

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

ExtractData() 공개 메소드

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
리턴 void

TriangleMesh() 공개 메소드

public TriangleMesh ( JitterDemo demo ) : System
demo JitterDemo
리턴 System