vue-3d-model
vue-3d-model copied to clipboard
Annotate 3D model
trafficstars
Hi!
Thanks for the great work on this library :)
I would like to go a step further by annotating the 3d model when click we click on it.
Any idea on how to do this with the on-click event probably? I am totally new to 3D.
Thanks a lot!
You can get the position of click through on-click event, but there is no simple way to add annotations to the 3D scene.
Ok thanks!
I'll give a try with the on-click event and this blogpost on three.js annotation.
I'll keep you posted
@thomas-chauvet were you able to get this working in the end?