RFB protocol extensions for remote hybrid rendering (RHR) More...
Go to the source code of this file.
Classes | |
struct | vistle::rfbMsg |
basic RFB message header More... | |
struct | vistle::matricesMsg |
send matrices from client to server More... | |
struct | vistle::lightsMsg |
send lighting parameters from client to server More... | |
struct | vistle::lightsMsg::Light |
store parameters for one OpenGL light source More... | |
struct | vistle::boundsMsg |
send scene bounding sphere from server to client More... | |
struct | vistle::tileMsg |
send image tile from server to client More... | |
struct | vistle::animationMsg |
animation time step on client or no. of animation steps on server changed More... | |
struct | vistle::variantMsg |
class | vistle::message::RemoteRenderMessage |
Namespaces | |
namespace | vistle |
Typedefs | |
typedef rfbMsg | vistle::RhrSubMessage |
header for remote hybrid rendering message More... | |
Enumerations | |
enum | { vistle::rfbMatrices , vistle::rfbLights , vistle::rfbTile , vistle::rfbBounds , vistle::rfbAnimation , vistle::rfbVariant } |
RFB protocol extension message types for remote hybrid rendering (RHR) More... | |
enum | { vistle::rfbEyeMiddle , vistle::rfbEyeLeft , vistle::rfbEyeRight } |
enum | vistle::rfbTileFlags { vistle::rfbTileNone = 0 , vistle::rfbTileFirst = 1 , vistle::rfbTileLast = 2 , vistle::rfbTileRequest = 4 } |
enum | vistle::rfbTileFormats { vistle::rfbDepth8Bit , vistle::rfbDepth16Bit , vistle::rfbDepth24Bit , vistle::rfbDepth32Bit , vistle::rfbDepthFloat , vistle::rfbColorRGBA } |
enum | vistle::rfbTileCompressions { vistle::rfbTileRaw = 0 , vistle::rfbTileDepthPredict = 1 , vistle::rfbTileDepthPredictPlanar = 2 , vistle::rfbTileDepthQuantize = 4 , vistle::rfbTileDepthQuantizePlanar = 8 , vistle::rfbTileDepthZfp = 16 , vistle::rfbTileJpeg = 32 , vistle::rfbTilePredictRGB = 64 , vistle::rfbTilePredictRGBA = 128 , vistle::rfbTileClear = 256 } |
Variables | |
const size_t | vistle::RhrMessageSize = 840 |
RFB protocol extensions for remote hybrid rendering (RHR)