C# Class GoogleARCore.InstantPreviewTrackedPoseDriver

Drives cameras when using Instant Preview, since there is no easy way to provide data to Unity's TrackedPoseDriver.
Inheritance: MonoBehaviour
Exibir arquivo Open project: jbyu/arcore_face

Public Methods

Method Description
Update ( ) : void

Updates the game object's local transform to that of the latest pose received by Instant Preview.

Method Details

Update() public method

Updates the game object's local transform to that of the latest pose received by Instant Preview.
public Update ( ) : void
return void