Localization Options
Tune localization accuracy with confidence filtering, hints, and background localization
Confidence Filtering
const session = new XRSessionManager(gl, {
client,
autoLocalize: true,
confidenceCheck: true,
confidenceThreshold: 0.6, // only accept results >= 0.6
});Use case
Recommended threshold
Hint Position
const client = new MultisetClient({
clientId: '...',
clientSecret: '...',
mapType: 'map',
code: 'MAP_XXXXXXXXXX',
hintPosition: '2.5,0,-4.0', // "x,y,z" as a string
hintRadius: 10, // search radius in metres (1 to 100)
});Hint MapCodes (MapSet Only)
GeoHint (Geo-Fencing)
Background Localization
Relocalization on Tracking Loss
Geo Coordinates in Response
Framebuffer Scale
Reference Space
Combining Options
Last updated
Was this helpful?

