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 4 of 4

Thread: Framerate low, when window big

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2004
    Posts
    2

    Framerate low, when window big

    hi,

    i've written a small programm with GLUT, where you can see a cube and its shadow on a plane.
    windowsize is standart 100 x 100
    when I make the window bigger (e.g. 800x600) the framerate is VERY low.(2 - 10 fps)

    Is there anything to fix it?

    thanx

    Ak

  2. #2
    Advanced Member Frequent Contributor yooyo's Avatar
    Join Date
    Apr 2003
    Location
    Belgrade, Serbia
    Posts
    883

    Re: Framerate low, when window big

    I suppose it's a software renderer. Post some spec... OS, CPU, graphics card, driver, driver ver...

    yooyo

  3. #3
    Senior Member OpenGL Pro
    Join Date
    Feb 2002
    Location
    Bonn, Germany
    Posts
    1,652

    Re: Framerate low, when window big

    ... desktop color depth and your glutInitDisplayMode call, too.

  4. #4
    Junior Member Newbie
    Join Date
    Jun 2004
    Posts
    2

    Re: Framerate low, when window big

    ok, I fixed the problem I think. I installed the actual nvidia graphic driver. now everything is too fast(but this is no problem )

    now only those programs are Very slow, where stencil calc are there or reflection features


    is this normal?

    thank you

Posting Permissions

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