Last active
January 16, 2017 04:04
-
-
Save jrichardsz/b3166e9c2fe14e6aaaf3b158df517b34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Espacio3D esp = new Espacio3D(); | |
| Human human = new Human(HumanTemplates.default); | |
| esp.add(human, location, zoom, option1,...); | |
| AndroidViewContainer.add(human); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment