C# Class TerrainDisplay.MPQ.ADT.ADTRenderer

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

Private Properties

Свойство Type Description
BuildVerticiesAndIndicies void
GetRenderingIndices int[]
GetRenderingVerticies VertexPositionNormalColored[]

Méthodes publiques

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

Private Methods

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

Method Details

ADTRenderer() public méthode

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