C# Class Isosurface.ManifoldDC.MDC3D

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

Private Properties

Свойство Type Description
GetNormalQ Vector3

Méthodes publiques

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

Private Methods

Méthode Description
GetNormalQ ( List verts ) : Vector3

Method Details

CalculateIndexes() public méthode

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

MDC3D() public méthode

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