CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    4

    how do you clear the screen

    what is the correct implementation of clearing the screen in glut?

    thanks!

    sm

  2. #2
    Join Date
    Oct 2005
    Posts
    166

    Re: how do you clear the screen

    Why do you need to clear the screen? The buffers are swapped a lot of time in one second.

    This can help you:

    http://www.lighthouse3d.com/opengl/glut

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured