Class QCOMTrackingOptimizationSettings

java.lang.Object
org.lwjgl.openxr.QCOMTrackingOptimizationSettings

public class QCOMTrackingOptimizationSettings extends Object
The XR_QCOM_tracking_optimization_settings extension.

This extension defines an API for the application to give optimization hints to the runtime for tracker domains.

For example, an application might be interested in tracking targets that are at a far distance from the camera which may increase tracking latency, while another application might be interested in minimizing power consumption at the cost of tracking accuracy. Targets are domains which are defined in XrTrackingOptimizationSettingsDomainQCOM.

This allows the application to tailor the tracking algorithms to specific use-cases and scene-scales in order to provide the best experience possible.

Summary: provide domain hints to the run-time about which parameters to optimize tracking for.