C# Class TerrainDisplay.AxisRenderer

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: WCell/WCell-Terrain

Méthodes publiques

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

Private Methods

Méthode Description
BuildVerticiesAndIndicies ( ) : void
GetRenderingIndices ( ) : int[]
GetRenderingVerticies ( ) : TerrainDisplay.VertexPositionNormalColored[]

Method Details

AxisRenderer() public méthode

public AxisRenderer ( Microsoft.Xna.Framework.Game game ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
Résultat System.Collections.Generic

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void