Thread: Newbie opengl display problem.

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    31

    Newbie opengl display problem.

    Hi, I am trying to draw up a clock using primitives, but after I have drawn a certain number of element of the clock on the screen, nothing more is displayed afterwards. Any help or suggestion is appreciated, thanks.
    'The bigger they are, the harder they fall' ~Yang

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    couple of questions to be asked here:

    first off, are you in perspective or orthagonal view? Second, are you accidentally shifting forward/backward in the z-plane with each object that you draw, causing it to go past the near/far plane?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with OpenGL tutorial
    By 2Biaz in forum Windows Programming
    Replies: 18
    Last Post: 09-16-2004, 11:02 AM
  2. Newbie having problem with strings
    By sunzoner in forum C++ Programming
    Replies: 3
    Last Post: 05-21-2002, 08:34 PM
  3. Newbie have problem using dev-C++
    By sunzoner in forum C++ Programming
    Replies: 7
    Last Post: 05-20-2002, 04:40 AM
  4. newbie problem
    By face_master in forum C++ Programming
    Replies: 7
    Last Post: 05-15-2002, 08:56 AM
  5. newbie coding problem
    By rippascal in forum C++ Programming
    Replies: 10
    Last Post: 01-08-2002, 11:45 PM