ThatOpen / web-ifc-three

The official IFC Loader for Three.js.
https://ifcjs.github.io/info/
MIT License
511 stars 132 forks source link

refactor: rename mergBufferGeometries #189

Closed MPanknin closed 5 months ago

MPanknin commented 5 months ago

Renamed mergeBufferGeometries to mergeGeometries since this has been changed in three version 0.161.0. Since the upstream has been deprecated and we still need to maintain this library we decided to fork and apply the fix ourselves.