gkjohnson / three-mesh-bvh

A BVH implementation to speed up raycasting and enable spatial queries against three.js meshes.
https://gkjohnson.github.io/three-mesh-bvh/example/bundle/raycast.html
MIT License
2.5k stars 260 forks source link

Make including / copying the workers easier #635

Closed gkjohnson closed 8 months ago

gkjohnson commented 8 months ago

Right now they have to be fixed up a lot to work in other applications.

gkjohnson commented 8 months ago

May not be worth it because web workers don't work with importmaps...