C# Class Isosurface.AdaptiveDualContouring.ADC3D

Inheritance: ISurfaceAlgorithm
ファイルを表示 Open project: Lin20/isosurface

Public Methods

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

Method Details

ADC3D() public method

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

CalculateIndexes() public method

public CalculateIndexes ( ) : void
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