CBugDCoder / deltaglider

Add realistic hang gliders to Minetest
Other
4 stars 8 forks source link

Update collision to use new methods #2

Closed CBugDCoder closed 4 years ago

CBugDCoder commented 4 years ago

With the release of Minetest 5.3.0 collision detection data is now available directly to entities, therefore I have updated from the hacky collision detection that I was previously using to the more accurate and faster builtin methods.