C# 클래스 Isosurface.DualMarchingSquares.DMS

상속: ISurfaceAlgorithm
파일 보기 프로젝트 열기: Lin20/isosurface

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CalculateIndexes() 공개 메소드

public CalculateIndexes ( ) : void
리턴 void

ConstructTreeGrid() 공개 메소드

public ConstructTreeGrid ( QuadtreeNode node ) : void
node QuadtreeNode
리턴 void

Contour() 공개 메소드

public Contour ( float threshold ) : long
threshold float
리턴 long

DMS() 공개 메소드

public DMS ( GraphicsDevice device, int Resolution, int size ) : System
device GraphicsDevice
Resolution int
size int
리턴 System

Draw() 공개 메소드

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
리턴 void