C# Class Willcraftia.Xna.Framework.Terrain.CDLOD.CDLODTerrainRenderer

Inheritance: IDisposable
Mostrar archivo Open project: willcraftia/TestXna Class Usage Examples

Public Methods

Method Description
CDLODTerrainRenderer ( GraphicsDevice graphicsDevice, CDLODSettings settings ) : System
Dispose ( ) : void
Draw ( GameTime gameTime, Effect effect, CDLODSelection selection ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CDLODTerrainRenderer() public method

public CDLODTerrainRenderer ( GraphicsDevice graphicsDevice, CDLODSettings settings ) : System
graphicsDevice GraphicsDevice
settings CDLODSettings
return System

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( GameTime gameTime, Effect effect, CDLODSelection selection ) : void
gameTime Microsoft.Xna.Framework.GameTime
effect Microsoft.Xna.Framework.Graphics.Effect
selection CDLODSelection
return void