Property | Type | Description | |
---|---|---|---|
EdgesTable | ].int[ | ||
VerticesNumberTable | int[] |
Property | Type | Description | |
---|---|---|---|
AddFlatTriangle | void | ||
GenerateCells | void | ||
GenerateEdge | Edge | ||
GenerateEdges | void | ||
GenerateIndexes | void | ||
GetNormal | Vector3 | ||
GetNormalNA | Vector3 | ||
GetNormalQ | Vector3 | ||
Polygonize | void |
Method | Description | |
---|---|---|
Contour ( float threshold ) : long | ||
DMCN ( GraphicsDevice device, int resolution, int size ) : System |
Method | Description | |
---|---|---|
AddFlatTriangle ( bool flipped ) : void | ||
GenerateCells ( int x, int y, int z ) : void | ||
GenerateEdge ( int x, int y, int z, int i ) : Edge | ||
GenerateEdges ( int x, int y, int z ) : void | ||
GenerateIndexes ( int x, int y, int z ) : void | ||
GetNormal ( Microsoft.Xna.Framework.Graphics.VertexPositionColorNormal &verts ) : Vector3 | ||
GetNormalNA ( Microsoft.Xna.Framework.Graphics.VertexPositionColorNormal &verts ) : Vector3 | ||
GetNormalQ ( Microsoft.Xna.Framework.Graphics.VertexPositionColorNormal &verts ) : Vector3 | ||
Polygonize ( int x, int y, int z ) : void |
public DMCN ( GraphicsDevice device, int resolution, int size ) : System | ||
device | GraphicsDevice | |
resolution | int | |
size | int | |
return | System |