C# Класс Axiom.Components.Terrain.LodLevel

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BatchSize ushort
CalcMaxHeightDelta float
CpuIndexData Axiom.Graphics.IndexData
GpuIndexData Axiom.Graphics.IndexData
LastCFactor float
LastTranistionDist float
MaxHeightDelta float

Описание свойств

BatchSize публичное свойство

Number of vertices rendered down one side (not including skirts)
public ushort BatchSize
Результат ushort

CalcMaxHeightDelta публичное свойство

Temp calc area for max height delta
public float CalcMaxHeightDelta
Результат float

CpuIndexData публичное свойство

index data referencing the main vertex data but in CPU buffers (built in background)
public IndexData,Axiom.Graphics CpuIndexData
Результат Axiom.Graphics.IndexData

GpuIndexData публичное свойство

"Real" index data on the gpu
public IndexData,Axiom.Graphics GpuIndexData
Результат Axiom.Graphics.IndexData

LastCFactor публичное свойство

The cFactor value used to calculate transitionDist
public float LastCFactor
Результат float

LastTranistionDist публичное свойство

The most recently calculated transition distance
public float LastTranistionDist
Результат float

MaxHeightDelta публичное свойство

Maximum delta height between this and the next lower lod
public float MaxHeightDelta
Результат float