C# Class MDTerrainDemo.DemoTerrainRenderer

Inheritance: IDisposable
Afficher le fichier Open project: willcraftia/TestXna Class Usage Examples

Méthodes publiques

Méthode Description
DemoTerrainRenderer ( GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Content.ContentManager content, CDLODSettings settings ) : System
Dispose ( ) : void
Draw ( GameTime gameTime, CDLODSelection selection ) : void
InitializeHeightColors ( HeightColorCollection heightColors ) : void
InitializeMorphConsts ( ICDLODVisibleRanges visibleRanges ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DemoTerrainRenderer() public méthode

public DemoTerrainRenderer ( GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Content.ContentManager content, CDLODSettings settings ) : System
graphicsDevice GraphicsDevice
content Microsoft.Xna.Framework.Content.ContentManager
settings Willcraftia.Xna.Framework.Terrain.CDLOD.CDLODSettings
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime, CDLODSelection selection ) : void
gameTime Microsoft.Xna.Framework.GameTime
selection Willcraftia.Xna.Framework.Terrain.CDLOD.CDLODSelection
Résultat void

InitializeHeightColors() public méthode

public InitializeHeightColors ( HeightColorCollection heightColors ) : void
heightColors HeightColorCollection
Résultat void

InitializeMorphConsts() public méthode

public InitializeMorphConsts ( ICDLODVisibleRanges visibleRanges ) : void
visibleRanges ICDLODVisibleRanges
Résultat void