C# Class Isosurface.ManifoldDC.MDC3D

Inheritance: ISurfaceAlgorithm
Mostrar archivo Open project: Lin20/isosurface

Private Properties

Property Type Description
GetNormalQ Vector3

Public Methods

Method Description
CalculateIndexes ( float threshold ) : void
ConstructTreeGrid ( OctreeNode node ) : void
Contour ( float threshold ) : long
MDC3D ( GraphicsDevice device, int resolution, int size ) : System

Private Methods

Method Description
GetNormalQ ( List verts ) : Vector3

Method Details

CalculateIndexes() public method

public CalculateIndexes ( float threshold ) : void
threshold float
return void

ConstructTreeGrid() public method

public ConstructTreeGrid ( OctreeNode node ) : void
node OctreeNode
return void

Contour() public method

public Contour ( float threshold ) : long
threshold float
return long

MDC3D() public method

public MDC3D ( GraphicsDevice device, int resolution, int size ) : System
device GraphicsDevice
resolution int
size int
return System