C# Class CSharpGL.Demos.RaycastVolumeImageFiller

3D texture builder of Raycast Volume Rendering Demo.
Inheritance: ImageFiller
Mostrar archivo Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
Fill ( ) : void

RaycastVolumeImageFiller ( string filename, int width, int height, int depth ) : System

3D texture builder of Raycast Volume Rendering Demo.

Method Details

Fill() public method

public Fill ( ) : void
return void

RaycastVolumeImageFiller() public method

3D texture builder of Raycast Volume Rendering Demo.
public RaycastVolumeImageFiller ( string filename, int width, int height, int depth ) : System
filename string
width int
height int
depth int
return System