alex-moon / vf

VoidFill
MIT License
0 stars 0 forks source link

Irregular asteroid #11

Closed alex-moon closed 1 year ago

alex-moon commented 1 year ago

We will eventually need to generate asteroids programmatically, and these should not be spheres but rather irregular polyhedrons. It would appear these need to be convex polyhedrons to do collision detection with boxes, so see what we can do with those.