Make annotations for <model-viewer>
This project has been merged with explore3d and I am not working on it anymore, but it should work just fine on its own.
- Add your .glb models (in some folder structure) in the models/ directory.
- Run makeFileindex.py to index new files and create structure around them.
- If you want to, you can now add thumbnails (thumbnail.png/.jpg) into the folder _(modelname)
- start app_annotator.js via node.js (from commandline, go to the directory and type "node app_annotator.js")
- go to localhost:4000/ to, select a model from the sidemenu and open the options at the bottom.
- Add your annotations as explained in the options
- Click the save button (must use a password, which is specified at the top of app_annotator.js)
I don't know, as I'm not a CS-professional. But I gave it my best :)