CellexalVR  1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
CellexalVR.MarchingCubes.ChunkScript Class Reference
Inheritance diagram for CellexalVR.MarchingCubes.ChunkScript:

Public Member Functions

void AddVerticesToMesh ()
 
void updateVertices ()
 
IEnumerator UpdateVertices ()
 
void updateTexture ()
 
void updateTriangles ()
 

Public Attributes

ChunkManager chunkManager
 
int[] index
 

Static Public Attributes

static int[,,] edgeConnections
 

Member Data Documentation

◆ edgeConnections

int [,,] CellexalVR.MarchingCubes.ChunkScript.edgeConnections
static
Initial value:
= new int[12, 2, 3]
{
{{0,0,0 },{0,1,0 } },
{{0,1,0 },{1,1,0 } },
{{1,1,0 },{1,0,0 } },
{{1,0,0 },{0,0,0 } },
{{0,0,1 },{0,1,1 } },
{{0,1,1 },{1,1,1 } },
{{1,1,1 },{1,0,1 } },
{{1,0,1 },{0,0,1 } },
{{0,0,0 },{0,0,1 } },
{{0,1,0 },{0,1,1 } },
{{1,1,0 },{1,1,1 } },
{{1,0,0 },{1,0,1 } }
}

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