-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
-Tried to start the demos, but not worked
I can see nothing, just a cross, and the camera view.
I tried to add some GeoPoint to myself then:
ArActivity.startWithSetup((Activity) MainActivity.mycontext, new DefaultARSetup() {
@Override
public void addObjectsTo(GL1Renderer renderer, World world, GLFactory objectFactory) {
GeoObj o1 = new GeoObj(47.4607182, 19.0375422, 2, "HOME");
o1.setComp(objectFactory.newArrow());
GeoObj o2 = new GeoObj(47.4807182, 19.1375422, 2, "ASD");
o2.setComp(objectFactory.newArrow());
world.add(o1);
world.add(o2);
}
});
http://pastebin.com/FUw1PE0Y
but the same, I can see anything, only the camera view...
Original issue reported on code.google.com by lostinwa...@gmail.com on 24 Jan 2013 at 4:10
Reactions are currently unavailable