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

Add it to the tampermonkey #666

Closed mrlolua19 closed 4 months ago

mrlolua19 commented 4 months ago

How do I add it to the tampermonkey? Usually like for Three.js i will just need to put this: // @require https://cdnjs.cloudflare.com/ajax/libs/three.js/0.151.3/three.min.js

But how do I do it for the tampermonkey?