Semi off topic but 3D viever

I’ve been using webodm to process images from a P4PRO and love the finished results, however when i download the .obj file and upload it to a simple flask based site I’ve created I cannot figure out how to add some of the smarter features of the viewer in WebDOM specifically the compas under navagation. I’m modeling cell towers so this would be a great feature. Currently using jsc3d as a framework but considering moving to three,js… anybody got some experience in this???

1 Like

I’d use three.js. Lots of plugins to load OBJs.

1 Like

hi pierotofy, thanks for the reply, yeah I’ve made the switch and have a basic .obj viewer build, but the compass element is still bugging me. I’ve started going over the webODM code so hopefully can find an answer in there.