dat-ng / ar-location-based-android

This AR app generally show where things are in the real-world by indicating where the app thinks they are over the camera view when the user holds the phone up and moves it about.
MIT License
203 stars 85 forks source link

Display 3d elements instead of points #22

Closed ziselos closed 5 years ago

ziselos commented 6 years ago

Is there a way to display 3d elemnts and not just circle points?

salime45 commented 5 years ago

you can use OpenGL. Here a open source project.

https://github.com/andresoviedo/android-3D-model-viewer/

ziselos commented 5 years ago

Yes, i use OpenGL. I also found that https://github.com/Rajawali/Rajawali. It was very helpful.