Antilatency.Alt.Tracking.Constants

Antilatency.Alt.Tracking.Constants

Constants group in Antilatency.Alt.Tracking
A group of tracking-related constants.
constants group Constants {
Math.float3 InitialPositionFor3Dof = (...);
float DefaultAngularVelocityAvgTime = 0.016f;
}

Constants

Math.float3 InitialPositionFor3Dof = (...)
The worldspace position the tracker is assumed to be at during the Stage.Tracking3Dof tracking stage when no previous position has been determined yet. This usually happends only during the very first seconds of the tracking run. However, you should never compare the position returned by the tracking cotask with this constant to check if the returned data is valid, use the Stage enumeration instead.
float DefaultAngularVelocityAvgTime = 0.016f
A sensible, for most tracking scenarios, value of the angular velocity averaging time. Pass it to the ITrackingCotask.getState method when you don't have a better option.