send matrices from client to server More...
#include <rhr/rfbext.h>
Public Member Functions | |
matricesMsg () | |
bool | operator== (const matricesMsg &other) const |
Public Member Functions inherited from vistle::rfbMsg | |
rfbMsg (uint8_t type) | |
Public Attributes | |
uint8_t | last |
1 if this is the last view requested for this frame More... | |
uint8_t | eye |
0: middle, 1: left, 2: right More... | |
int16_t | viewNum |
number of window/view that these matrices apply to More... | |
uint16_t | width |
uint16_t | height |
dimensions of requested viewport More... | |
uint32_t | requestNumber |
number of render request More... | |
double | time |
time of request - for latency measurement More... | |
double | model [16] |
model matrix More... | |
double | view [16] |
view matrix More... | |
double | proj [16] |
projection matrix More... | |
double | head [16] |
head matrix More... | |
Public Attributes inherited from vistle::rfbMsg | |
uint8_t | type |
type of RFB message More... | |
uint32_t | modificationCount |
number of remote scenegraph modifications More... | |
send matrices from client to server
|
inline |
|
inline |
uint8_t vistle::matricesMsg::eye |
0: middle, 1: left, 2: right
double vistle::matricesMsg::head[16] |
head matrix
uint16_t vistle::matricesMsg::height |
dimensions of requested viewport
uint8_t vistle::matricesMsg::last |
1 if this is the last view requested for this frame
double vistle::matricesMsg::model[16] |
model matrix
double vistle::matricesMsg::proj[16] |
projection matrix
uint32_t vistle::matricesMsg::requestNumber |
number of render request
double vistle::matricesMsg::time |
time of request - for latency measurement
double vistle::matricesMsg::view[16] |
view matrix
int16_t vistle::matricesMsg::viewNum |
number of window/view that these matrices apply to
uint16_t vistle::matricesMsg::width |