UnityMol  0.9.6-875
UnityMol viewer / In developement
CullTriangles Class Reference

Static Public Member Functions

static void Cull (Mesh mesh)
 

Static Private Attributes

static Dictionary< string, bool > triDict
 
static int[] triangles
 
static string key
 
static int[] indices
 
static List< int > culledTriangles
 

Detailed Description

Definition at line 5 of file CullTriangles.cs.

Member Function Documentation

static void CullTriangles.Cull ( Mesh  mesh)
static

Definition at line 13 of file CullTriangles.cs.

References triangles.

Member Data Documentation

List<int> CullTriangles.culledTriangles
staticprivate

Definition at line 10 of file CullTriangles.cs.

int [] CullTriangles.indices
staticprivate

Definition at line 9 of file CullTriangles.cs.

string CullTriangles.key
staticprivate

Definition at line 8 of file CullTriangles.cs.

int [] CullTriangles.triangles
staticprivate

Definition at line 7 of file CullTriangles.cs.

Referenced by Cull().

Dictionary<string, bool> CullTriangles.triDict
staticprivate

Definition at line 6 of file CullTriangles.cs.


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