C# 클래스 Isosurface.UniformDualContouring.DC3D

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

공개 메소드들

메소드 설명
Contour ( float threshold ) : long
DC3D ( GraphicsDevice device, int Resolution, int size ) : System
GenerateAt ( int x, int y, int z ) : void
GenerateIndexAt ( int x, int y, int z ) : void

비공개 메소드들

메소드 설명
InitData ( ) : void

메소드 상세

Contour() 공개 메소드

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

DC3D() 공개 메소드

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

GenerateAt() 공개 메소드

public GenerateAt ( int x, int y, int z ) : void
x int
y int
z int
리턴 void

GenerateIndexAt() 공개 메소드

public GenerateIndexAt ( int x, int y, int z ) : void
x int
y int
z int
리턴 void