Is it a good plan to use 2D physics for a 3D racing game?

Posted by user3195897 on Game Development See other posts from Game Development or by user3195897
Published on 2014-06-10T05:14:16Z Indexed on 2014/06/10 9:44 UTC
Read the original article Hit count: 129

Filed under:
|
|

I am working on a 3D racing game using SDL and OpenGL. I thought it would be easier to use a 2D physics engine, since I really don't need the 3rd dimension. There will be no flying cars or jumps, they will just be stuck to the floor, so I would use 2D colliders and that things to simulate collisions in a plane but render the actual game from a 3D perspective. So the real question is: is it possible, is it a dumb idea, what else can I do?

© Game Development or respective owner

Related posts about physics

Related posts about sdl