CAVE_ST
Previous  Top  Next


a structure containing pointers to all the library data for the CAVE. Some of the data are stored in shared memory; their entries are therefore pointers, as the CAVE_ST structure itself is not shared. The structure entries include:
·int num_sensors - the number of sensors being tracked  
·CAVE_SENSOR_ST *sensor[] - the data from the tracker sensors  
·CAVE_CONTROLLER_ST *controller - the controller status  
·float *time - the current CAVE time; this is updated once per display frame  
·float *framesPerSecond - the current frame rate  
·int *numUsers - the number of networked users  
·CAVE_USER_ST **user - an array of pointers to the networked users' data