Table of Contents

Class PQSGeometry

Namespace
KSP.Rendering.Planets
Assembly
Assembly-CSharp.dll
public class PQSGeometry
Inheritance
PQSGeometry
Inherited Members
Extension Methods

Constructors

PQSGeometry()

public PQSGeometry()

Fields

cacheIndices

public static int[][] cacheIndices

Field Value

int[][]

cacheMesh

public static Mesh cacheMesh

Field Value

Mesh

cacheMeshSize

public static float cacheMeshSize

Field Value

float

cacheRes

public static int cacheRes

Field Value

int

cacheResDiv2

public static int cacheResDiv2

Field Value

int

cacheResDiv2Plus1

public static int cacheResDiv2Plus1

Field Value

int

cacheSideVertCount

public static int cacheSideVertCount

Field Value

int

cacheTriCount

public static int cacheTriCount

Field Value

int

cacheTriIndexCount

public static int cacheTriIndexCount

Field Value

int

cacheVertCount

public static int cacheVertCount

Field Value

int

cacheVertCountReciprocal

public static double cacheVertCountReciprocal

Field Value

double

cacheVerts

public static Vector3[] cacheVerts

Field Value

Vector3[]

cacheVisualIndices

public static int[][] cacheVisualIndices

Field Value

int[][]

Methods

CreateCache()

public static void CreateCache()

TriIndex(int, int)

public static int TriIndex(int x, int z)

Parameters

x int
z int

Returns

int

VertexIndex(int, int)

public static int VertexIndex(int x, int z)

Parameters

x int
z int

Returns

int