I'm working on Augmented reality using Project Tango. After loading adf file I place a 3d object to each positions those are marked during area learning process, and it adds 3d objects
I expected 3d object to be static as those objects were placed exactly on particular place using Coordinate object, but those get misplaced and even oscillating when I move camera
What I found to be the reason is whenever Tango gets connected, current position is taken as origin (0,0,0) and objects get placed (after recognising loaded adf, of course) relative to this origin
Is there any other way to precisely place 3d objects and making them static?