Equalizer
1.4.1
|
The Equalizer Volume Rendering Example. More...
Classes | |
class | Channel |
class | Config |
class | EVolve |
class | FrameData |
class | GLSLShaders |
class | InitData |
class | LocalInitData |
class | Node |
class | Pipe |
struct | DataInTextureDimensions |
Structure that contain actual dimensions of data that is stored in volume texture. More... | |
struct | VolumeScaling |
Contain overal volume proportions relatively [-1,-1,-1]..[1,1,1] cube. More... | |
struct | VolumeInfo |
class | RawVolumeModel |
Load model to texture. More... | |
class | RawVolumeModelRenderer |
struct | SliceClipper |
class | Window |
Functions | |
void | initErrors () |
Set up eVolve-specific error codes. | |
void | exitErrors () |
Clear eVolve-specific error codes. | |
void | orderFrames (eq::Frames &frames, const eq::Matrix4d &modelviewM, const eq::Matrix3d &modelviewITM, const eq::Matrix4f &rotation, const bool orthographic) |
Typedefs | |
typedef RawVolumeModelRenderer | Renderer |
Enumerations | |
enum | Error { ERROR_EVOLVE_ARB_SHADER_OBJECTS_MISSING = eq::ERROR_CUSTOM, ERROR_EVOLVE_EXT_BLEND_FUNC_SEPARATE_MISSING, ERROR_EVOLVE_ARB_MULTITEXTURE_MISSING, ERROR_EVOLVE_LOADSHADERS_FAILED, ERROR_EVOLVE_LOADMODEL_FAILED, ERROR_EVOLVE_MAPOBJECT_FAILED } |
Defines errors produced by eVolve. More... | |
enum | ColorMode { COLOR_MODEL, COLOR_DEMO, COLOR_HALF_DEMO, COLOR_ALL } |
enum | BackgroundMode { BG_BLACK, BG_WHITE, BG_COLOR, BG_ALL } |
enum | NormalsQuality { NQ_FULL, NQ_MEDIUM, NQ_MINIMAL, NQ_ALL } |
enum | LogTopics { LOG_STATS = eq::LOG_CUSTOM } |
The Equalizer Volume Rendering Example.
void eVolve::exitErrors | ( | ) |
Clear eVolve-specific error codes.
Clear Sequel-specific error codes.
Definition at line 69 of file eVolve/error.cpp.
References co::ErrorRegistry::eraseString(), and co::Global::getErrorRegistry().
void eVolve::initErrors | ( | ) |
Set up eVolve-specific error codes.
Set up Sequel-specific error codes.
Definition at line 61 of file eVolve/error.cpp.
References co::Global::getErrorRegistry(), and co::ErrorRegistry::setString().
enum eVolve::ColorMode |
enum eVolve::Error |
Defines errors produced by eVolve.
Definition at line 37 of file share/Equalizer/examples/eVolve/error.h.