C# 클래스 Isosurface.AdaptiveDualContouring2D.ADC

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

공개 메소드들

메소드 설명
ADC ( GraphicsDevice device, int resolution, int size ) : System
CalculateIndexes ( ) : void
ConstructTreeGrid ( QuadtreeNode node ) : void
Contour ( float quality ) : long

메소드 상세

ADC() 공개 메소드

public ADC ( GraphicsDevice device, int resolution, int size ) : System
device GraphicsDevice
resolution int
size int
리턴 System

CalculateIndexes() 공개 메소드

public CalculateIndexes ( ) : void
리턴 void

ConstructTreeGrid() 공개 메소드

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

Contour() 공개 메소드

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