OpenGL 1 collision tutorial

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
User avatar
bbmario
DCEmu Freak
DCEmu Freak
Posts: 88
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Wed Feb 05, 2014 5:58 am
Has thanked: 9 times
Been thanked: 3 times

OpenGL 1 collision tutorial

Post by bbmario »

Does anyone know any good OpenGL 1 collision tutorial? I've been looking into physics engines but I think that's an overkill for my project, specially on the DC. Initially I'm looking for some efficient collision tutorial, and then I'll try to fake some physics. :mrgreen:
User avatar
lerabot
Insane DCEmu
Insane DCEmu
Posts: 134
Joined: Sun Nov 01, 2015 8:25 pm
Has thanked: 2 times
Been thanked: 19 times

Re: OpenGL 1 collision tutorial

Post by lerabot »

There's no direct link between OpenGL and collision.

OpenGL is a way to talk to your GPU. For the Dreamcast, it's just a way to communicate with the PVR chip. By the way, you should check out GLdc if you haven't yet.

As for collision, whatever solution you'll find might use the same geomery as what you'll send to OpenGL for rendering, but openGL has nothing to do with how the collision work...

By the way, are you working on 2D or 3D?
Post Reply