googlearchive / tango-examples-unity

Project Tango [deprecated] UnitySDK Example Projects
https://developers.google.com/ar
Apache License 2.0
470 stars 242 forks source link

How to extract ADF's origin(0,0,0) ? #68

Closed imflash217 closed 7 years ago

imflash217 commented 7 years ago

How can I know the ADF's origin(0,0,0). I want to allign Unity's World origin with tango ADF's origin. The metadata doesnot contain anything.

chaosemer commented 7 years ago

If you set the Delta Pose Controller or AR Pose Controller to Use the Area Description Pose, this will automatically happen. Note that since the Delta Pose Controller updates relative to where it starts, you'll want to make sure it is placed at 0,0,0 with no rotation.

Feel free to reply to this issue if you have other questions or close the issue if this works for you!

chaosemer commented 7 years ago

Seems like the issue is solved. Please reopen if this is still an issue for you.

imflash217 commented 7 years ago

Sorry for late reply. This did resolved the issue. Thanks a lot buddy.