C# Class CSharpGL.Demos.RaycastVolumeImageFiller

3D texture builder of Raycast Volume Rendering Demo.
Inheritance: ImageFiller
Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

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

public Fill ( ) : void
Résultat void

RaycastVolumeImageFiller() public méthode

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
Résultat System