I'm searching trough forum but can't found proper solution.
Problem which I would like to solve is to show 3D map of a grocery store. View would be isometric, and user would be able to rotate map, zoom in, zoom out and pan. No walking trough the map.
Something like this :
Solution should work on both iOS and Android.
If Sketchfab doesn't work, it indicates that you've probably got a problem with your model. It all depends on the file format.
You can display most 3D models via Three.js but you would need to understand a little bit of Javascript to get it to work. Simple example is here:
This is a small B4XPages project (B4A and B4I) that shows how to use Three.js in a WebView. Three.js is a powerful JavaScript 3D library that uses WebGL and runs in all modern browsers. There's a small class plthreejs in the project that sets up a simple HTML page. After that you can add...