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

Thread: PICKING PROBLEM

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2002
    Location
    Bountiful, UT
    Posts
    3

    PICKING PROBLEM

    ok. i've tried setting up a picking routine using a few tutorials that i have found on the net. the problem is, is those seem to only work on programs with a fixed camera, and rotating objects in that view. Well, my program sets up the world, then the camera moves around in and out of the world. Can anyone give me any ideas why this is not working? I can give you the code if you need it.

  2. #2
    Senior Member OpenGL Guru zed's Avatar
    Join Date
    Jul 2000
    Location
    S41.16.25 E173.16.21
    Posts
    2,609

    Re: PICKING PROBLEM

    www.gametutorials.com
    has an example IIRC
    there should be no problem if the camera moves or not, the picking code should have the same setup as the draweing code

Posting Permissions

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