C# Class TerrainDemo.CDLOD.Node

Show file Open project: willcraftia/TestXna Class Usage Examples

Public Methods

Method Description
Node ( int x, int y, int size, CreateDescription &createDescription ) : System
Select ( Selection selection, bool parentCompletelyInFrustum, bool ignoreVisibilityCheck ) : bool

Private Methods

Method Description
GetBoundingBox ( Vector3 &terrainOffset, float patchScale, float heightScale, Microsoft.Xna.Framework.BoundingBox &boundingBox ) : void
GetBoundingSphere ( Vector3 &terrainOffset, float patchScale, float heightScale, BoundingSphere &sphere ) : void
PreSelect ( Selection selection, bool parentCompletelyInFrustum ) : bool

Method Details

Node() public method

public Node ( int x, int y, int size, CreateDescription &createDescription ) : System
x int
y int
size int
createDescription CreateDescription
return System

Select() public method

public Select ( Selection selection, bool parentCompletelyInFrustum, bool ignoreVisibilityCheck ) : bool
selection Selection
parentCompletelyInFrustum bool
ignoreVisibilityCheck bool
return bool