takahirox / three-gltf-extensions

Unofficial Three.js glTF loader/exporter plugins
MIT License
121 stars 20 forks source link

lod.addLevel bug #52

Open jinjun1994 opened 2 years ago

jinjun1994 commented 2 years ago

MSFT_lod.js:

lod.addLevel(mesh, this._calculateDistance(nodeLevel, rootNodeDef))

Causes mesh removed from meshes

takahirox commented 2 years ago

Hi, thanks for the bug report.

Would you please a bit more elaborate the problem for me? Do you have any online example which can reproduce the problem?