cdrofenik / neptunePhysics

Basic physics engine
0 stars 0 forks source link

Basic AABB collision detection model #12

Open cdrofenik opened 9 years ago

cdrofenik commented 9 years ago

Create a simulation where two or more AABB models collide and stop at the point of collision. The emphasize should be on the basic data types and AABB type in the code!