C# Class CSharpGL.Demos.RaycastVolumeRenderer

Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
SetMVP ( mat4 mvp ) : void

Protected Methods

Method Description
DisposeUnmanagedResources ( ) : void
DoInitialize ( ) : void

Private Methods

Method Description
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

Method Details

DisposeUnmanagedResources() protected method

protected DisposeUnmanagedResources ( ) : void
return void

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

SetMVP() public method

public SetMVP ( mat4 mvp ) : void
mvp mat4
return void