C# Class Axiom.Components.Terrain.LodLevel

Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Свойство Type Description
BatchSize ushort
CalcMaxHeightDelta float
CpuIndexData Axiom.Graphics.IndexData
GpuIndexData Axiom.Graphics.IndexData
LastCFactor float
LastTranistionDist float
MaxHeightDelta float

Property Details

BatchSize public_oe property

Number of vertices rendered down one side (not including skirts)
public ushort BatchSize
Résultat ushort

CalcMaxHeightDelta public_oe property

Temp calc area for max height delta
public float CalcMaxHeightDelta
Résultat float

CpuIndexData public_oe property

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

GpuIndexData public_oe property

"Real" index data on the gpu
public IndexData,Axiom.Graphics GpuIndexData
Résultat Axiom.Graphics.IndexData

LastCFactor public_oe property

The cFactor value used to calculate transitionDist
public float LastCFactor
Résultat float

LastTranistionDist public_oe property

The most recently calculated transition distance
public float LastTranistionDist
Résultat float

MaxHeightDelta public_oe property

Maximum delta height between this and the next lower lod
public float MaxHeightDelta
Résultat float