Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: JPH

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    269

    center xyz in glulookat

    can i use glmultmatrix with center xyz coordinates somehow ? the purpose is to do rotation in centerxyz coords,but onlý centerxyz coords.what would be the best solution for my problem ?
  2. Replies
    2
    Views
    768

    Re: GLMULTMATRIX WITH GLULOOKAT

    THANKS,IT WORKED.

    JPH
  3. Replies
    2
    Views
    768

    GLMULTMATRIX WITH GLULOOKAT

    can glmultmatrix be used with glulookat?.(i mean if you want to for example rotate the view).thanks.
  4. Thread: glmultmatrix

    by JPH
    Replies
    1
    Views
    533

    glmultmatrix

    what is wrong in this code???

    glMatrixMode(GL_MODELVIEW);glLoadIdentity();
    glmultmatrif(m);

    glulookat(......,.....);

    ,if m is a rotation matrix?

    it just doesn't work.
  5. Thread: MOUSE

    by JPH
    Replies
    4
    Views
    136

    Re: MOUSE

    thank you!!!
  6. Thread: MOUSE

    by JPH
    Replies
    4
    Views
    136

    MOUSE

    WHAT KIND OF CODE DO I NEED IN GLUTMOTIONFUNC
    WHEN I AM TRYING TO LINK THE MOUSE IN GLULOOKAT-FUNCTION.THE PURPOSE IS TO ROTATE USING GLULOOKAT AND MOUSE.PLEASE HELP ME.
Results 1 to 6 of 6