melowntech / vts-browser-js

JavaScript WebGL 3D map rendering engine
BSD 2-Clause "Simplified" License
220 stars 42 forks source link

Render OBJ with no map #215

Open artsmorgan opened 2 years ago

artsmorgan commented 2 years ago

I was wondering if I can render my own .obj, textures, meshes with VTS but in an unknown space, I mean not attached to geographical coordinates?

jrjdavidson commented 2 years ago

You could potentially create your own reference frame in local coordinates, but it isn't trivial. It would have to host your own vts server and create a reference frame.. I wondered about doing this myself, but it always seemed too imposing a task.

Have you considered something like threejs?