|
Equalizer
1.8.0
Parallel Rendering Framework
|
The Equalizer polygonal rendering example. More...
Classes | |
| class | CameraAnimation |
| Loads sequence of camera positions and interpolates them on a per-frame basis. More... | |
| class | Channel |
| The rendering entity, updating a part of a Window. More... | |
| class | Config |
| The configuration, run be the EqPly application. More... | |
| class | EqPly |
| The EqPly application instance. More... | |
| class | FrameData |
| Frame-specific data. More... | |
| class | InitData |
| class | LocalInitData |
| Manages the argument parsing and non-distributed part of the initialization data. More... | |
| class | ModelAssigner |
| Helper to assign models to views. More... | |
| class | Node |
| Representation of a node in the cluster. More... | |
| class | Pipe |
| The representation of one GPU. More... | |
| class | VertexBufferState |
| class | View |
| class | Window |
| A window represent an OpenGL drawable and context. More... | |
Enumerations | |
| enum | ConfigEventType { IDLE_AA_LEFT = eq::Event::USER } |
| enum | Error { ERROR_EQPLY_MAPOBJECT_FAILED = eq::ERROR_CUSTOM } |
| Defines errors produced by eqPly. More... | |
Functions | |
| void | initErrors () |
| Set up eqPly-specific error codes. More... | |
| void | exitErrors () |
| Clear eqPly-specific error codes. More... | |
The Equalizer polygonal rendering example.
| enum eqPly::Error |
Defines errors produced by eqPly.
Definition at line 37 of file share/Equalizer/examples/eqPly/error.h.
| void eqPly::exitErrors | ( | ) |
Clear eqPly-specific error codes.
Clear Sequel-specific error codes.
Definition at line 58 of file eqPly/error.cpp.
References eq::fabric::ErrorRegistry::eraseString(), and eq::fabric::Global::getErrorRegistry().
Here is the call graph for this function:| void eqPly::initErrors | ( | ) |
Set up eqPly-specific error codes.
Set up Sequel-specific error codes.
Definition at line 50 of file eqPly/error.cpp.
References eq::fabric::Global::getErrorRegistry(), and eq::fabric::ErrorRegistry::setString().
Here is the call graph for this function: