Search Results

0
votes
6answers
267 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 …
0
votes
2answers
120 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 …