|
Equalizer
1.6.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 |
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 } |
Functions | |
| void | initErrors () |
| Set up eVolve-specific error codes. More... | |
| void | exitErrors () |
| Clear eVolve-specific error codes. More... | |
| void | orderFrames (eq::Frames &frames, const eq::Matrix4d &modelviewM, const eq::Matrix3d &modelviewITM, const eq::Matrix4f &rotation, const bool orthographic) |
The Equalizer Volume Rendering Example.
| enum eVolve::ColorMode |
| enum eVolve::Error |
Defines errors produced by eVolve.
Definition at line 37 of file share/Equalizer/examples/eVolve/error.h.
| void eVolve::exitErrors | ( | ) |
Clear eVolve-specific error codes.
Clear Sequel-specific error codes.
Definition at line 69 of file eVolve/error.cpp.
References eq::fabric::ErrorRegistry::eraseString(), and eq::fabric::Global::getErrorRegistry().
Here is the call graph for this function:| 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 eq::fabric::Global::getErrorRegistry(), and eq::fabric::ErrorRegistry::setString().
Here is the call graph for this function:
1.8.5