C# Class TerrainDemo.CDLOD.SelectedNode

Mostra file Open project: willcraftia/TestXna Class Usage Examples

Public Properties

Property Type Description
Level int
MaxHeight float
MinHeight float
Size int
X int
Y int

Public Methods

Method Description
GetBoundingBox ( Vector3 &terrainOffset, float patchScale, float heightScale, Microsoft.Xna.Framework.BoundingBox &boundingBox ) : void

Method Details

GetBoundingBox() public method

public GetBoundingBox ( Vector3 &terrainOffset, float patchScale, float heightScale, Microsoft.Xna.Framework.BoundingBox &boundingBox ) : void
terrainOffset Vector3
patchScale float
heightScale float
boundingBox Microsoft.Xna.Framework.BoundingBox
return void

Property Details

Level public_oe property

public int Level
return int

MaxHeight public_oe property

public float MaxHeight
return float

MinHeight public_oe property

public float MinHeight
return float

Size public_oe property

public int Size
return int

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int