C# Class Isosurface.DualMarchingSquares.DMS

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CalculateIndexes ( ) : void
ConstructTreeGrid ( QuadtreeNode node ) : void
Contour ( float threshold ) : long
DMS ( GraphicsDevice device, int Resolution, int size ) : System
Draw ( Effect effect, bool enable_lighting = false, DrawModes mode = DrawModes.Mesh|DrawModes.Outline ) : void

Method Details

CalculateIndexes() public méthode

public CalculateIndexes ( ) : void
Résultat void

ConstructTreeGrid() public méthode

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

Contour() public méthode

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

DMS() public méthode

public DMS ( GraphicsDevice device, int Resolution, int size ) : System
device GraphicsDevice
Resolution int
size int
Résultat System

Draw() public méthode

public Draw ( Effect effect, bool enable_lighting = false, DrawModes mode = DrawModes.Mesh|DrawModes.Outline ) : void
effect Microsoft.Xna.Framework.Graphics.Effect
enable_lighting bool
mode DrawModes
Résultat void