Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example for SceneKit content in the course view #9

Open
1ec5 opened this issue Jan 12, 2018 · 3 comments
Open

Example for SceneKit content in the course view #9

1ec5 opened this issue Jan 12, 2018 · 3 comments
Assignees

Comments

@1ec5
Copy link
Contributor

1ec5 commented Jan 12, 2018

Inspired by the example in mapbox/mapbox-navigation-ios#1012, we could add an example of using SceneKit content as the course view. Instead of a flat car image, it’d be a really rudimentary 3D car model along these lines that rotates and tilts along with the map.

/ref mapbox/ios-sdk-examples#111 mapbox/mapbox-navigation-ios#402 (comment)
/cc @mapbox/navigation-ios @captainbarbosa @jmkiley

@1ec5
Copy link
Contributor Author

1ec5 commented Jul 20, 2018

On a lark, I took a few minutes to explore this idea but didn’t quite get to the point of a working example. I left my findings in mapbox/ios-sdk-examples#111 (comment).

@1ec5
Copy link
Contributor Author

1ec5 commented Dec 28, 2019

This page lists some good sources of freely licensed STL files that Model I/O can import as assets.

@1ec5
Copy link
Contributor Author

1ec5 commented Jun 29, 2021

#117 adds an example of using a glTF model as a user location indicator, which partially addresses the same use case as SceneKit. SceneKit serves a slightly more advanced use case of dynamic content that’s better integrated with application code. mapbox/mapbox-maps-ios#154 demonstrates using SceneKit in a custom layer (formerly called an OpenGL style layer), which is separate from the location layer that navigation SDK v2.0 will come with built-in support for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant