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

    Full screen application (OpenGL)

    How can I create a full screen application for OpenGL (and how can I change screen modes)
    (like games: Quake,HL,...)


  2. #2
    Guest

    Re: Full screen application (OpenGL)

    Check out www.opengl.org
    thats all the info you would ever need..

    --Nathan Strandberg
    Dira Interactive


  3. #3
    Join Date
    Sep 1999
    Posts
    2

    Re: Full screen application (OpenGL)

    Look into ChangeDisplaySettings. If you look in the quake2 console, you will see references to this windows API function. Be warned that at least windows95 has a problem that it cannot change the bit depth without restarting windows; this is why quake defaults to using the desktop bit depth. My fullscreen OpenGL ap will successfully change the bit depth under win98, but the opengl then runs dog slow, almost as if it reverts to software instead of using the hardware.


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