C# Class CSharpGL.Demos.RaycastVolumeRenderer

Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode Description
SetMVP ( mat4 mvp ) : void

Méthodes protégées

Méthode Description
DisposeUnmanagedResources ( ) : void
DoInitialize ( ) : void

Private Methods

Méthode 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 méthode

protected DisposeUnmanagedResources ( ) : void
Résultat void

DoInitialize() protected méthode

protected DoInitialize ( ) : void
Résultat void

SetMVP() public méthode

public SetMVP ( mat4 mvp ) : void
mvp mat4
Résultat void