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

Thread: Nvidia Stereo Driver

  1. #1
    Junior Member Newbie
    Join Date
    Jul 2004
    Location
    Oklahoma
    Posts
    21

    Nvidia Stereo Driver

    Does anyone know where I should go to figure out problems with interactions between my program and Nvidia's stereo drivers?

    I draw a surface (paraboloid) and when I toggle into stereo mode it sets the bottom half into stereo mode but the top half shears off and only shows up in one eye (left).

    If your familiar with the problem or know where I could find information on it that would be much appreciated. I'm not having a lot of luck at Nvidia but I'm still trying.

    Thanks,
    Colby

  2. #2
    Guest

    Re: Nvidia Stereo Driver

    I havent done anything with stereo so I may be completly wrong but the way you descripe the problem it sounds like shearing thats caused by a disabled vsync.

    Would not hurt to check if vsync is enabled though.

  3. #3
    Junior Member Newbie
    Join Date
    Jul 2004
    Location
    Oklahoma
    Posts
    21

    Re: Nvidia Stereo Driver

    I enabled vsync and the problem persists.

    Though the vsync seems to be the source of the problem I left out an important point:

    The shearing occurs on one shape but not another. The difference between the two shapes is one is made of triangles and the other is made of triangle strips.

    Thanks,
    Colby

  4. #4
    Guest

    Re: Nvidia Stereo Driver

    Originally posted by Colby Toland:
    I enabled vsync and the problem persists.
    As I said, I havent done anything with stereo yet so I cant offer you anymore help. Perhaps someoneelse (no pun intended) has more knowledge to offer.

    Sorry.

  5. #5
    Junior Member Newbie
    Join Date
    Jul 2004
    Location
    Oklahoma
    Posts
    21

    Re: Nvidia Stereo Driver

    Thanks just the same for the quick response. It gave me something to think about at any rate.

    A note:

    I created the structure out of triangles instead of triangle strips and the problem was lessened (the shear moved higher on the structure) but remained.

    Colby

Posting Permissions

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