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.38k stars 247 forks source link

Some examples throwing an exception (Failed to construct 'URL') #640

Closed kutu closed 4 months ago

kutu commented 4 months ago

https://github.com/gkjohnson/three-mesh-bvh/blob/f842cd802a331bd1dcabe7bc3e3b38d1878bad92/example/diamond.js#L54

image

Same with Lambert GPU Path Tracing

Windows / Chrome

gkjohnson commented 4 months ago

Thanks - at some point I'll have to just remove Parcel, which wasn't bundling the URL correctly... Its quirks are starting to be a lot of maintenance effort.