C# Class Axiom.Components.Terrain.LodLevel

Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
BatchSize ushort
CalcMaxHeightDelta float
CpuIndexData Axiom.Graphics.IndexData
GpuIndexData Axiom.Graphics.IndexData
LastCFactor float
LastTranistionDist float
MaxHeightDelta float

Property Details

BatchSize public property

Number of vertices rendered down one side (not including skirts)
public ushort BatchSize
return ushort

CalcMaxHeightDelta public property

Temp calc area for max height delta
public float CalcMaxHeightDelta
return float

CpuIndexData public property

index data referencing the main vertex data but in CPU buffers (built in background)
public IndexData,Axiom.Graphics CpuIndexData
return Axiom.Graphics.IndexData

GpuIndexData public property

"Real" index data on the gpu
public IndexData,Axiom.Graphics GpuIndexData
return Axiom.Graphics.IndexData

LastCFactor public property

The cFactor value used to calculate transitionDist
public float LastCFactor
return float

LastTranistionDist public property

The most recently calculated transition distance
public float LastTranistionDist
return float

MaxHeightDelta public property

Maximum delta height between this and the next lower lod
public float MaxHeightDelta
return float