C# Class TerrainDisplay.MPQ.ADT.ADTRenderer

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Exibir arquivo Open project: WCell/WCell-Terrain

Private Properties

Property Type Description
BuildVerticiesAndIndicies void
GetRenderingIndices int[]
GetRenderingVerticies VertexPositionNormalColored[]

Public Methods

Method Description
ADTRenderer ( Microsoft.Xna.Framework.Game game, IADTManager manager ) : System.Collections.Generic
Draw ( GameTime gameTime ) : void
Initialize ( ) : void

Private Methods

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

Method Details

ADTRenderer() public method

public ADTRenderer ( Microsoft.Xna.Framework.Game game, IADTManager manager ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
manager IADTManager
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