takahirox / tiny-web-metaverse

A web-based 3D virtual space lightweight framework with high flexibility, extensibility, and easy hosting, built on ECS architecture
MIT License
128 stars 14 forks source link

Optimize raycast #69

Closed takahirox closed 1 year ago

takahirox commented 1 year ago

Raycasting seems to be one of the big performance bottlenecks.

Maybe https://github.com/gkjohnson/three-mesh-bvh

takahirox commented 1 year ago

Done