Struct MeshDecomposition.Component
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct Component
Fields
id
Declaration
public int id
Field Value
Type | Description |
---|---|
Int32 |
source_vertices
Declaration
public int[] source_vertices
Field Value
Type | Description |
---|---|
Int32[] |
tri_count
Declaration
public int tri_count
Field Value
Type | Description |
---|---|
Int32 |
triangles
Declaration
public int[] triangles
Field Value
Type | Description |
---|---|
Int32[] |