afonsolage / projekto

Voxel game made with Bevy Engine
MIT License
59 stars 4 forks source link

RaycastHit tests are bound to 16^3 chunk size #12

Closed afonsolage closed 6 months ago

afonsolage commented 2 years ago

If we change chunk size to anything other than 16³ RaycastHit tests fails, since it uses in-game collected data to test. This is misleading and can cause false positives tests