C# Class Isosurface.AdaptiveDualContouring.ADC3D

Inheritance: ISurfaceAlgorithm
Afficher le fichier Open project: Lin20/isosurface

Méthodes publiques

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

Method Details

ADC3D() public méthode

public ADC3D ( GraphicsDevice device, int resolution, int size ) : System
device GraphicsDevice
resolution int
size int
Résultat System

CalculateIndexes() public méthode

public CalculateIndexes ( ) : void
Résultat void

ConstructTreeGrid() public méthode

public ConstructTreeGrid ( OctreeNode node ) : void
node OctreeNode
Résultat void

Contour() public méthode

public Contour ( float threshold ) : long
threshold float
Résultat long