C# 클래스 Isosurface.ManifoldDC.MDC3D

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

Private Properties

프로퍼티 타입 설명
GetNormalQ Vector3

공개 메소드들

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

비공개 메소드들

메소드 설명
GetNormalQ ( List verts ) : Vector3

메소드 상세

CalculateIndexes() 공개 메소드

public CalculateIndexes ( float threshold ) : void
threshold float
리턴 void

ConstructTreeGrid() 공개 메소드

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

Contour() 공개 메소드

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

MDC3D() 공개 메소드

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