Метод | Описание | |
---|---|---|
DrawTris ( |
Draws the given tri list. This can be massively optimized, I'm sure.
|
|
Render ( |
||
VectorRenderer ( GraphicsDevice g, Microsoft.Xna.Framework.Content.ContentManager c ) : System |
Метод | Описание | |
---|---|---|
CreateTriBuffer ( int primitiveCount ) : short[] |
public DrawTris ( |
||
polygon | ||
indexes | ushort | |
matrix | Matrix | |
color | Color | |
data | Vector4 | |
Результат | void |
public Render ( |
||
effect | ||
projection | Matrix | |
view | Matrix | |
world | Matrix | |
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
Результат | void |
public VectorRenderer ( GraphicsDevice g, Microsoft.Xna.Framework.Content.ContentManager c ) : System | ||
g | GraphicsDevice | |
c | Microsoft.Xna.Framework.Content.ContentManager | |
Результат | System |