Line 69:
Line 69:
== Collision Boxes ==
== Collision Boxes ==
−
The collision boxes are a simple AABB. They are at the center of each triangle face. I explain how I use them for collision detection in this blog post; [http://newogame.posterous.com/simple-aabb-collision-detection Simple AABB collision detection in NewoShooter].
+
The collision boxes are a simple AABB. They are at the center of each triangle face. I explain how I use them for collision detection in this blog post; [http://owensoft.net/project/newogame/posts/2012/03/simple-aabb-collision-detection.html Simple AABB collision detection in NewoShooter].
== Controller ==
== Controller ==