kovacsv / Online3DViewer

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

Import line information from glTF #421

Closed N3GIS closed 1 year ago

N3GIS commented 1 year ago

Describe the solution you'd like

I found that the line information in glb did not parse well, I compared the editor, babylon.js and playCanvas .js of three.js, they all display lines normally, and the link below is the glb file I tested.

https://drive.google.com/file/d/1w-lugrzDi8uICOl0Lsk5hPv18XbTifUL/view?usp=sharing https://drive.google.com/file/d/1KG9UldHQtF7by6hR3wyCdzxXqrW8CYec/view?usp=sharing

image image image image

kovacsv commented 1 year ago

Importing lines is not supported at the moment. The edges you can see are auto generated from the 3D model with the given threshold, so this is why they are not perfect.

kovacsv commented 1 year ago

Close as duplicate of: #423.