C# 클래스 CSharpGL.Demos.RaycastVolumeRenderer

파일 보기 프로젝트 열기: bitzhuwei/CSharpGL 1 사용 예제들

공개 메소드들

메소드 설명
SetMVP ( mat4 mvp ) : void

보호된 메소드들

메소드 설명
DisposeUnmanagedResources ( ) : void
DoInitialize ( ) : void

비공개 메소드들

메소드 설명
InitBackfaceRenderer ( ) : Renderer
InitFace2DTexture ( int width, int height ) : Texture
InitFramebuffer ( int texWidth, int texHeight ) : Framebuffer
InitRaycastRenderer ( ) : Renderer
InitTFF1DTexture ( string filename ) : Texture
RaycastingSetupUniforms ( ) : void
Resize ( int width, int height ) : void
initVol3DTex ( string filename, int width, int height, int depth ) : Texture

메소드 상세

DisposeUnmanagedResources() 보호된 메소드

protected DisposeUnmanagedResources ( ) : void
리턴 void

DoInitialize() 보호된 메소드

protected DoInitialize ( ) : void
리턴 void

SetMVP() 공개 메소드

public SetMVP ( mat4 mvp ) : void
mvp mat4
리턴 void