documentation

 
Loading...
Searching...
No Matches
Visometry.VisionLib.SDK.Core.PosterTracker Class Reference

Manages positioning of the augmentation of the poster. More...

Inherits MonoBehaviour, and Visometry.VisionLib.SDK.Core.Details.ISceneValidationCheck.

Public Member Functions

void ResetTrackingHard ()
 Reset the tracking and all keyframes.
 
async Task ResetTrackingHardAsync ()
 

Data Fields

GameObject content
 GameObject with the AR content attached to it.
 
float smoothTime = 0.03f
 

Protected Member Functions

void OnDisable ()
 

Detailed Description

Manages positioning of the augmentation of the poster.

Field Documentation

◆ content

GameObject Visometry.VisionLib.SDK.Core.PosterTracker.content

GameObject with the AR content attached to it.

Any existing transformation of the content GameObject will get overwritten. If you need to transform the content, then add a child GameObject and apply the transformation to it instead.