i was wondering about a "issue" that i had.
if i draw 3 cubes like
running = true;
while(running)
{
drawCube1();
drawCube2();
drawCube3();
}
how do i do to make JUST the cube 2 to rotate?
Because doesn´t matter where i put
glRotatef(rotation, 1f, 1f, 0f);
all the cubes rotate.

New Topic/Question
Reply




MultiQuote




|