Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: help me plzzzzzzz

  1. #1
    Junior Member Newbie
    Join Date
    Nov 2009
    Posts
    1

    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
    "

  2. #2
    Junior Member Newbie
    Join Date
    Jul 2009
    Posts
    24

    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.

  3. #3
    Intern Contributor
    Join Date
    Jul 2009
    Location
    Buenos Aires
    Posts
    68

    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
  •