Search Results

0
votes
6answers
253 views

OpenGL absolute coordinates

I'm very new to creating games (and working in OpenGL in general). I'm trying to make a 2D game but have come upon a stumbling point when trying to get my head around collision detection. L …
0
votes
1answer
123 views

moving a point in 3d space

I have a point at 0,0,0 I rotate the point 30 deg around the Y axis, then 30 deg around the X axis. I then want to move the point 10 units forward. I know how to work out the new X and Y po …
2
votes
4answers
142 views

simple c++, opengl game engine for linux?

I was wondering if anyone knew of a simple opengl game engine for linux where the source is available to read. I basically want to read the source to get a better idea of how things are put …
1
vote
2answers
189 views

Stuck building a game engine

I'm trying to build a (simple) game engine using c++, SDL and OpenGL but I can't seem to figure out the next step. This is what I have so far... An engine object which controls the main gam …
0
votes
2answers
111 views

c++ OpenGL coordinate transformation

Hi I just don't seem to be able to figure this out in my head. I'm trying to move an object in 3D space. If I have a point at 5,15,5 and use opengl functions to change the model vie …