Thread: Really Need Help With My Opengl Camera!!!!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    The Right Honourable psychopath's Avatar
    Join Date
    Mar 2004
    Location
    Where circles begin.
    Posts
    1,071

    Really Need Help With My Opengl Camera!!!!

    I'm currently working on a open-source game engine/application, and am having trouble with the camera movment

    here is a link to the download the current code: http://www.freewebs.com/psychopathpr...ychoEngine.zip

    basicly, the triangle moves slow while on the grid (which for some reason wont display properly)...when moving backward, the triangle moves up like in 2d while on the grid, until it's off the top blue line....thats when it moves fast, and it shrinks (as if to move into the distance, in 3d)...for moving forward, when the triangle leaves the bottom blue line, it simply dissapears....dosn't get bigger (like you would expect it to do since backwards it works)
    so....the questions:

    -why dosn't it work properly while on the grid??
    -why does it go so fast when off the grid?
    -why does it dissapear, when it leaves the grid when moving forward?
    -why does it seem to work when moving backwards (when it leaves the grid)?

    i just can't get it to work!? so if anyone can help it would be REALLY great!!!!!!

    --EDIT--
    the link dosn't seem to work or display properly so..after:
    www.freewebs.com/

    its then:
    psychopathproductions/PsychoEngine.zip

    -psychopath
    Last edited by psychopath; 05-18-2004 at 06:32 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. camera rotation matrix
    By Vick jr in forum Game Programming
    Replies: 5
    Last Post: 05-26-2009, 08:16 AM
  2. LNK2001 ERROR!!! need help
    By lifeafterdeath in forum C++ Programming
    Replies: 7
    Last Post: 05-27-2008, 05:05 PM
  3. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  4. OpenGL camera errors..can't find 'em!?
    By psychopath in forum Game Programming
    Replies: 12
    Last Post: 04-22-2004, 06:17 PM
  5. Camera rotation/movement in 3D world
    By tegwin in forum Game Programming
    Replies: 11
    Last Post: 01-24-2003, 01:43 PM