kovacsv / Online3DViewer

A solution to visualize and explore 3D models in your browser.
https://3dviewer.net
MIT License
2.31k stars 513 forks source link

How to use the point measurement in the JS library #480

Open aesjunior2707 opened 1 week ago

aesjunior2707 commented 1 week ago

I'm testing the library, but I haven't been able to find any information on how to calculate the points based on the website's values. Is this functionality available?

kovacsv commented 1 week ago

What do you mean by calculating the points?

aesjunior2707 commented 5 days ago

Today in the demo https://3dviewer.net/#model=https://raw.githubusercontent.com/kovacsv/Online3DViewer/dev/test/testfiles/gltf/DamagedHelmet/glTF-Binary/DamagedHelmet.glb, there are some functions that I want to implement in my application, such as the measurement between two points when I click the 'measure' button.