Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
GenPyramid ( float size ) : void | ||
GenTriangle ( float size ) : void | ||
RenderPrimitive ( Psycpros.Psycode.Primitive p ) : void |
public ISimpleMesh ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public ISimpleMesh ( Mesh type, float size ) : System.Collections.Generic | ||
type | Mesh | |
size | float | |
Результат | System.Collections.Generic |
public NormalAdd ( Psycpros.Psycode.Normal n ) : void | ||
n | Psycpros.Psycode.Normal | |
Результат | void |
public NormalAdd ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
Результат | void |
public PrimitiveAdd ( Psycpros.Psycode.Primitive p ) : void | ||
p | Psycpros.Psycode.Primitive | |
Результат | void |
public VertexAdd ( Psycpros.Psycode.Vertex v ) : void | ||
v | Psycpros.Psycode.Vertex | |
Результат | void |
public VertexAdd ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
Результат | void |