Giter VIP home page Giter VIP logo

ar-poi's People

Contributors

inorganik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ar-poi's Issues

How can show UIView and get event for UIButton

Can we pass UIView below code . currently you have convert UIView to image. I need to pass UIView and get button events. How is it possible ?

func view(_ view: ARSKView, nodeFor anchor: ARAnchor) -> SKNode? {
        // Create and configure a node for the anchor added to the view's session.
        let annots = annotations.filter {
            $0.identifier! == anchor.identifier
        }
        if annots.count > 0 {
            let annot = annots.first
            let image = annot?.getTooltipImage()
            let tooltip = SKTexture(image: image!)
            let sprite = SKSpriteNode(texture: tooltip)
            sprite.name = "poi"
            return sprite
        }
        return nil
    }

Using GeoJson for poi

First, thank you! This is so helpful for what I am working on. I am working to learn and have ran into a wall! I can not figure out how to use a geojson file from my map to create the pois. The map is contained to a small park and shows amenities, this was created with a tileset in Mapbox.
Any help would be greatly appreciated!

Heading seems to fluctuate a lot?

Hi, just found your repo, and it looks very nice :-) I am going a project where I need exactly something like this, and this is a great help.

However, the heading seems to swing a lot: It seems that my heading is completely random to start with, i.e. the POIs entered look correct compared to each other, but if they should be south, they might appear to the east, west and north. Do you know why this is?

I can see that you have a property called debugHeading, how does this help debug the heading?

If you can help me out here, I could help develop the library further - it shows great promise, I think :-)

Sincerely,
Joachim

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.