C# 클래스 Isosurface.AdaptiveDualContouring.ADC3D

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

공개 메소드들

메소드 설명
ADC3D ( GraphicsDevice device, int resolution, int size ) : System
CalculateIndexes ( ) : void
ConstructTreeGrid ( OctreeNode node ) : void
Contour ( float threshold ) : long

메소드 상세

ADC3D() 공개 메소드

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

CalculateIndexes() 공개 메소드

public CalculateIndexes ( ) : void
리턴 void

ConstructTreeGrid() 공개 메소드

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

Contour() 공개 메소드

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