Skip to content

Not working on Note2 #74

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions