donmccurdy / three-gltf-viewer

Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.
https://gltf-viewer.donmccurdy.com/
MIT License
2.06k stars 530 forks source link

Geometry error with threejs r150 #328

Closed x1911 closed 1 year ago

x1911 commented 1 year ago

after upgrade threejs 150, it shows geometry error with Draco.

donmccurdy commented 1 year ago

Hi! The Draco decoders will need to be updated to the latest version for three.js r150. The newer Draco decoders can be found in the Draco repository or the three.js repository.

x1911 commented 1 year ago

solved, thank you very much