-
help me plzzzzzzz
hey all ... 
anybody can hlep me
i wanna solve this 
"
-> develop a clock using OpenGl with the following spesifications:
- when the program is run the clock should be drawn inside the window and
display the current time with the seconds indicator color changed randomly after each minute.
note=>the clock is analog and in a circular shape
"
-
Re: help me plzzzzzzz
haha you want somebody on here to do your homework for you? Try buying the opengl red book and actually learning this stuff, you'll be happy you did.
-
Re: help me plzzzzzzz
glBegin(CLOCK_PLEASE);
time = timeGetTime();
glVertex2f(cosf(time), sinf(time));
glEnd();
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules