C# 클래스 Axiom.Components.Terrain.LodLevel

파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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