How do I detect collision with C++, OpenGL, and freeglut? -


i making maze game, , know how except make can't cheat way through walls. using freeglut opengl in c++ , know effective way of using collision detection ( without needing use other freeglut).

opengl drawing; makes things appear onscreen @ coordinates specify, doesn't play role in deciding coordinates of objects should be. motion , collision, may want use physics library, such ode or bullet. (there bigger, more commercially-oriented physics systems havok , physx, overkill simple project.)


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -