marijnz / NativeOctree

An Octree Native Collection for Unity DOTS
MIT License
180 stars 22 forks source link

Raycast Queries impl #2

Open torsina opened 4 years ago

torsina commented 4 years ago

Hi,

Do you think you'll ever work on raycast queries for this ? I'd try to help but I'm not savy enough at all in this ^^'

marijnz commented 3 years ago

Hey. Probably not. I did implement it in a BVH, in this project: https://github.com/marijnz/NativePhysicsBVH

Otherwise, you can try to implement yourself :)