Click or drag to resize

ARObjectSync_Example Methods

Methods
  NameDescription
Private methodStatic memberSpawnWorldOrigin
Spawns the world origin cloud anchor after the world origin object visualizer has been created (blue cube)
Private methodStart
Called on start up - creates the world origin at the origin. For simplicity, this demo creates the origin at the exact location the AR user starts at, which may cause issues if the AR user starts in one location and then moves to another area and begins creating objects - the objects may be far from the PC user in this case. For a better representation of accurate world origin creation, check out the ARWorldOrigin demo.
Private methodUpdate
Update function - gets touch and creates objects
Top
See Also