C# Class TerrainDemo.CDLOD.Node

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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Node ( int x, int y, int size, CreateDescription &createDescription ) : System
x int
y int
size int
createDescription CreateDescription
Résultat System

Select() public méthode

public Select ( Selection selection, bool parentCompletelyInFrustum, bool ignoreVisibilityCheck ) : bool
selection Selection
parentCompletelyInFrustum bool
ignoreVisibilityCheck bool
Résultat bool