I'm currently working on a little game in c++. I've made it possible for things to be rendered, moved, all sorts of crazy Jazz, my next goal is to work out some hit detection. I'm using 3d quads and I was wandering, after I transform the quad with a bunch of matrices is there any way to retrieve each vertex's new location to test for collision, and What are some ways people in the industry deal with collision?
If there is no way of retrieving the vertex's new location would anyone know what sort of algorithms they use to make these transformations so that I could make a similar matrix system for dealing with my hit box's position?
Edit: Sorry I really should have looked harder before making this topic, I've found some useful information on retrieving vertices in this other topic http://www.gamedev.net/topic/588704-directx9-c-get-vertices-from-mesh/
However I would still like to ask how people typically deal with collision detection once they have the location of these vertices.
Edited by ThePointingMan, 19 March 2013 - 08:37 PM.






