| #define | XRD_TYPE_CONTAINER |
| enum | XrdContainerAttachment |
| enum | XrdContainerLayout |
| XrdContainer |
void xrd_container_add_window (XrdContainer *self,XrdWindow *window,graphene_matrix_t *relative_transform);
void xrd_container_remove_window (XrdContainer *self,XrdWindow *window);
void xrd_container_set_attachment (XrdContainer *self,XrdContainerAttachment attachment,GxrController *controller);
void xrd_container_set_layout (XrdContainer *self,XrdContainerLayout layout);
gboolean xrd_container_step (XrdContainer *self,GxrContext *context);
Updates the container's position based on its attachment.
void xrd_container_center_view (XrdContainer *self,GxrContext *context,float distance);
Places the container in the center of the FOV at the given distance.
Enum that defines if the container is moving with user input.
|
The XrdContainer is not attached. |
||
|
The container is tracking the head. |
||
|
The container is tracking a hand. |