Property | Type | Description | |
---|---|---|---|
ProjectionMatrix | Matrix | ||
ViewMatrix | Matrix |
Method | Description | |
---|---|---|
ConstructSphereVertices ( Vector3 position, float radius, Color color ) : Microsoft.Xna.Framework.Graphics.VertexPositionColor[] | ||
DrawLine ( Vector3 posStart, Vector3 posEnd, Color color, short points ) : void | ||
DrawSphere ( Vector3 position, float radius, Color color ) : void | ||
GeometryDebugger ( GraphicsDevice graphicsDevice, |
public ConstructSphereVertices ( Vector3 position, float radius, Color color ) : Microsoft.Xna.Framework.Graphics.VertexPositionColor[] | ||
position | Vector3 | |
radius | float | |
color | Color | |
return | Microsoft.Xna.Framework.Graphics.VertexPositionColor[] |
public DrawLine ( Vector3 posStart, Vector3 posEnd, Color color, short points ) : void | ||
posStart | Vector3 | |
posEnd | Vector3 | |
color | Color | |
points | short | |
return | void |
public DrawSphere ( Vector3 position, float radius, Color color ) : void | ||
position | Vector3 | |
radius | float | |
color | Color | |
return | void |
public GeometryDebugger ( GraphicsDevice graphicsDevice, |
||
graphicsDevice | GraphicsDevice | |
effect | ||
return | System |