Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Public Member Functions | Public Attributes | Properties | List of all members
SphereBaseSO Class Reference
Inheritance diagram for SphereBaseSO:

Classes

class  Triangle
 
class  Vertex
 

Public Member Functions

void Create ()
 
Mesh CreateMesh (float[] vertexLengths, Color[] vertexColors, bool createUV)
 

Public Attributes

bool isCompiled = false
 
int recursionLevel = 4
 
int size
 
int tCount
 
List< Triangletris
 
int vCount
 
List< Vertexverts
 

Properties

string SizeString [get]
 

Member Function Documentation

void SphereBaseSO.Create ( )
inline
Mesh SphereBaseSO.CreateMesh ( float[]  vertexLengths,
Color[]  vertexColors,
bool  createUV 
)
inline

< create vertex array

< pack uv channel with steep power and normalized vertex altitude

< set up the altitude value

Member Data Documentation

bool SphereBaseSO.isCompiled = false
int SphereBaseSO.recursionLevel = 4
int SphereBaseSO.size
int SphereBaseSO.tCount
List<Triangle> SphereBaseSO.tris
int SphereBaseSO.vCount
List<Vertex> SphereBaseSO.verts

Property Documentation

string SphereBaseSO.SizeString
get

The documentation for this class was generated from the following file: