C# Class Psycpros.Psycode.ISimpleMesh

Afficher le fichier Open project: TheStolenBattenberg/Psycpros

Méthodes publiques

Méthode Description
Free ( ) : void
ISimpleMesh ( ) : System.Collections.Generic
ISimpleMesh ( Mesh type, float size ) : System.Collections.Generic
NormalAdd ( Psycpros.Psycode.Normal n ) : void
NormalAdd ( float x, float y, float z ) : void
PrimitiveAdd ( Psycpros.Psycode.Primitive p ) : void
Render ( ) : void
VertexAdd ( Psycpros.Psycode.Vertex v ) : void
VertexAdd ( float x, float y, float z ) : void

Private Methods

Méthode Description
GenPyramid ( float size ) : void
GenTriangle ( float size ) : void
RenderPrimitive ( Psycpros.Psycode.Primitive p ) : void

Method Details

Free() public méthode

public Free ( ) : void
Résultat void

ISimpleMesh() public méthode

public ISimpleMesh ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ISimpleMesh() public méthode

public ISimpleMesh ( Mesh type, float size ) : System.Collections.Generic
type Mesh
size float
Résultat System.Collections.Generic

NormalAdd() public méthode

public NormalAdd ( Psycpros.Psycode.Normal n ) : void
n Psycpros.Psycode.Normal
Résultat void

NormalAdd() public méthode

public NormalAdd ( float x, float y, float z ) : void
x float
y float
z float
Résultat void

PrimitiveAdd() public méthode

public PrimitiveAdd ( Psycpros.Psycode.Primitive p ) : void
p Psycpros.Psycode.Primitive
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

VertexAdd() public méthode

public VertexAdd ( Psycpros.Psycode.Vertex v ) : void
v Psycpros.Psycode.Vertex
Résultat void

VertexAdd() public méthode

public VertexAdd ( float x, float y, float z ) : void
x float
y float
z float
Résultat void