Class PQData
- Namespace
- KSP.Rendering.Planets
- Assembly
- Assembly-CSharp.dll
- Inheritance
-
PQData
- Inherited Members
-
- Extension Methods
-
Constructors
PQData()
Fields
UniqueQuadCache
public NativeHashSet<int> UniqueQuadCache
Field Value
- NativeHashSet<int>
allPQ
public NativeList<PQJob.PQ> allPQ
Field Value
- NativeList<PQ>
collapseThresholds
public double[] collapseThresholds
Field Value
- double[]
numTesselationSteps
public int numTesselationSteps
Field Value
- int
quadCache
public NativeQueue<int> quadCache
Field Value
- NativeQueue<int>
subdivisionThresholds
public double[] subdivisionThresholds
Field Value
- double[]
tesselationAltitudeFalloff
public double tesselationAltitudeFalloff
Field Value
- double
Methods
CreateQuads(PQS)
public void CreateQuads(PQS pqs)
Parameters
pqs PQS
UpdateTargetRelativity(PQS, ref PQ)
public void UpdateTargetRelativity(PQS pqs, ref PQJob.PQ pq)
Parameters
pqs PQS
pq PQJob.PQ