send scene bounding sphere from server to client More...
#include <rhr/rfbext.h>
Public Member Functions | |
boundsMsg () | |
Public Member Functions inherited from vistle::rfbMsg | |
rfbMsg (uint8_t type) | |
Public Attributes | |
uint8_t | sendreply |
request reply with scene bounding sphere More... | |
uint8_t | pad [6] |
ensure alignment More... | |
double | center [3] |
center of bounding sphere More... | |
double | radius |
radius of bounding sphere 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 scene bounding sphere from server to client
|
inline |
double vistle::boundsMsg::center[3] |
center of bounding sphere
uint8_t vistle::boundsMsg::pad[6] |
ensure alignment
double vistle::boundsMsg::radius |
radius of bounding sphere
uint8_t vistle::boundsMsg::sendreply |
request reply with scene bounding sphere