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

显示文件 Open project: willcraftia/TestXna Class Usage Examples

Public Methods

Method Description
Build ( IMap heightMap ) : void
QuadTree ( CDLODSettings settings ) : System
Select ( CDLODSelection selection ) : void

Method Details

Build() public method

public Build ( IMap heightMap ) : void
heightMap IMap
return void

QuadTree() public method

public QuadTree ( CDLODSettings settings ) : System
settings CDLODSettings
return System

Select() public method

public Select ( CDLODSelection selection ) : void
selection CDLODSelection
return void