C# Class TerrainDemo.CDLOD.BoundingBoxDrawer

Datei anzeigen Open project: willcraftia/TestXna Class Usage Examples

Public Methods

Method Description
BoundingBoxDrawer ( GraphicsDevice graphicsDevice ) : System
Draw ( Microsoft.Xna.Framework.BoundingBox &box, Effect effect, Color &vertexColor ) : void

Private Methods

Method Description
BoundingBoxDrawer ( ) : System

Method Details

BoundingBoxDrawer() public method

public BoundingBoxDrawer ( GraphicsDevice graphicsDevice ) : System
graphicsDevice GraphicsDevice
return System

Draw() public method

public Draw ( Microsoft.Xna.Framework.BoundingBox &box, Effect effect, Color &vertexColor ) : void
box Microsoft.Xna.Framework.BoundingBox
effect Microsoft.Xna.Framework.Graphics.Effect
vertexColor Color
return void