C# Class TerrainDisplay.AxisRenderer

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Show file Open project: WCell/WCell-Terrain

Public Methods

Method Description
AxisRenderer ( Microsoft.Xna.Framework.Game game ) : System.Collections.Generic
Draw ( GameTime gameTime ) : void
Initialize ( ) : void

Private Methods

Method Description
BuildVerticiesAndIndicies ( ) : void
GetRenderingIndices ( ) : int[]
GetRenderingVerticies ( ) : TerrainDisplay.VertexPositionNormalColored[]

Method Details

AxisRenderer() public method

public AxisRenderer ( Microsoft.Xna.Framework.Game game ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
return System.Collections.Generic

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Initialize() public method

public Initialize ( ) : void
return void