![]() |
VARJO TRACKING PLUGIN SDK DOCUMENTATION
|
Go to the source code of this file.
Functions | |
| varjo_PluginStatus | varjo_UpdatePose (varjo_PluginContext context, varjo_DeviceType deviceType, const varjo_DevicePose *pose, varjo_DevicePose *updatedPose) |
| Requests tracked device pose update. More... | |
| varjo_PluginStatus varjo_UpdatePose | ( | varjo_PluginContext | context, |
| varjo_DeviceType | deviceType, | ||
| const varjo_DevicePose * | pose, | ||
| varjo_DevicePose * | updatedPose | ||
| ) |
Requests tracked device pose update.
| context | - plugin session context acquired from varjo_PluginInit |
| deviceType | - device type for which the pose update is requested |
| pose | - pointer to a structure containing the current device pose estimate |
| updatedPose | - pointer to a structure receiving tracking pose |