Forum: Game Development May 18th, 2009 |
| Replies: 1 Views: 999 Hi, everyone!
I'm having problems with the implantation of a free camera in a 3D world. For now, I'm using the A/D/W/S keys to make the camera go right, left, forward and backward. The problem is... |
Forum: Game Development May 11th, 2009 |
| Replies: 4 Views: 2,085 Thank you for all your tips. Now I understand how to do rotations and translations properly. |
Forum: Game Development May 10th, 2009 |
| Replies: 4 Views: 2,085 Thanks for the help! My main error was the use of the GL_MODELVIEW flag instead of the GL_MODELVIEW_MATRIX flag.
Now I would like to do rotations. I know how to use glRotate*(), but I don't want... |
Forum: Game Development May 8th, 2009 |
| Replies: 4 Views: 2,085 Hello, everyone!
I'm starting to learn OpenGL and I have a problem with linear transformations.
The program is very basic: I want to draw 4 squares and make them move individually (by doing... |