I was wondering how to implement "sharing" tango's spatial information with other tango to create a multiplayer game. I just can't figure how to start. I found this demo by Johnny C. Lee, and without the VR stuff, is just what I need to do.
https://play.google.com/store/apps/details?id=net.johnnylee.multiplayervr&hl=es_419
I need to place an object in the space in one tablet, and get the other tables see it on their own space, and to see each other position too.
Please, anything helps. I really need some advice here.
Thank you, and sorry for my bad english.
What I'm doing is setting up a phase of game play prior to the actual game beginning where the players walk around their game space and the device records which floorplan areas they can reach. it also keeps track of which samples are floor, walls or irregular.
I have not implemented multiplayer yet but the plan is to allow each player to walk around their game space as described, to create a footprint of where they can get to and then create a multiplayer play area where everybody's game space is mutually compatible. some players would have portions of their game space marked as not usable in order to keep their larger areas compatible with players with smaller areas.
With this approach the only information being shared between players is very generalized and less prone to privacy concerns.