Свойство | Тип | Описание | |
---|---|---|---|
child_index | int | ||
children | Isosurface.ManifoldDC.OctreeNode[] | ||
corners | byte | ||
index | int | ||
position | Vector3 | ||
rnd | |||
size | int | ||
type | NodeType | ||
vertices | Isosurface.ManifoldDC.Vertex[] |
Метод | Описание | |
---|---|---|
ClusterCell ( float error ) : void | ||
ClusterCellBase ( float error ) : void | ||
ClusterEdge ( |
||
ClusterFace ( |
||
ClusterIndexes ( |
||
ConstructBase ( int size, float error, List |
||
ConstructLeaf ( List |
||
ConstructNodes ( List |
||
GatherVertices ( |
||
GenerateVertexBuffer ( List |
||
OctreeNode ( ) : System | ||
OctreeNode ( Vector3 position, int size, NodeType type ) : System | ||
ProcessCell ( List |
||
ProcessEdge ( |
||
ProcessFace ( |
||
ProcessIndexes ( |
||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
AssignSurface ( List |
public ClusterCellBase ( float error ) : void | ||
error | float | |
Результат | void |
public static ClusterEdge ( |
||
nodes | ||
direction | int | |
surface_index | int | |
collected_vertices | List |
|
Результат | void |
public static ClusterFace ( |
||
nodes | ||
direction | int | |
surface_index | int | |
collected_vertices | List |
|
Результат | void |
public static ClusterIndexes ( |
||
nodes | ||
direction | int | |
max_surface_index | int | |
collected_vertices | List |
|
Результат | void |
public ConstructBase ( int size, float error, List |
||
size | int | |
error | float | |
vertices | List |
|
Результат | void |
public ConstructLeaf ( List |
||
vertices | List |
|
index | int | |
Результат | bool |
public ConstructNodes ( List |
||
vertices | List |
|
n_index | int | |
threaded | int | |
Результат | bool |
public static GatherVertices ( |
||
n | ||
dest | List |
|
surface_index | int | |
Результат | void |
public GenerateVertexBuffer ( List |
||
vertices | List |
|
Результат | void |
public OctreeNode ( Vector3 position, int size, NodeType type ) : System | ||
position | Vector3 | |
size | int | |
type | NodeType | |
Результат | System |
public ProcessCell ( List |
||
indexes | List |
|
tri_count | List |
|
threshold | float | |
Результат | void |
public static ProcessEdge ( |
||
nodes | ||
direction | int | |
indexes | List |
|
tri_count | List |
|
threshold | float | |
Результат | void |
public static ProcessFace ( |
||
nodes | ||
direction | int | |
indexes | List |
|
tri_count | List |
|
threshold | float | |
Результат | void |
public static ProcessIndexes ( |
||
nodes | ||
direction | int | |
indexes | List |
|
tri_count | List |
|
threshold | float | |
Результат | void |
public OctreeNode[],Isosurface.ManifoldDC children | ||
Результат | Isosurface.ManifoldDC.OctreeNode[] |