Hello! I am trying to make a camera rotate around an object that is already rotating. I want to move the camera using keyboard. Each time I push a button I change one of the three angles which show...
Type: Posts; User: marito
Hello! I am trying to make a camera rotate around an object that is already rotating. I want to move the camera using keyboard. Each time I push a button I change one of the three angles which show...
Hello! I have two cubes rotating here, and I additionally want to move my camera on a sphere to watch this from different angles. I use keyboard function, but camera doesn't move. I don't know what's...
Ok, I see. Thank you very much for the help! :D
Hello everyone! I am beginner in OpenGL and I am having problems making an object rotate using the glutTimerFunc. I expect to see this cube rotating around the vertical axis, which passes through its...
I spend so many hours trying to figure this out! I finally did it right! Thank you very much!
I understand... Thank you for your help, I really appreciate it! I'll get to fix it! :)
Thank for your help! My whole code is:
#include "stdafx.h"
#include <stdio.h>
#include <glut.h>
#include <math.h>
int x_wind=400,y_wind=400; //the size of the window
Hello everyone! I'm new to OpenGL and new to this forum. :D
I am trying to make a program, in which I draw on screen using the mouse. When I press Esc in keyboard, I would like to delete everything...