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: thrawn

Search: Search took 0.02 seconds.

  1. Thread: Perspective

    by thrawn
    Replies
    6
    Views
    409

    Re: Perspective

    I know all that but it doesn't work, I define my gluperspective on an older version where the lightning system was not enabled (i use glcolor3d, and glortho) and i just replace glortho by...
  2. Thread: Perspective

    by thrawn
    Replies
    6
    Views
    409

    Re: Perspective

    Here is an exemple of my init code for gluPerspective

    glMatrixMode(GL_PROJECTION);
    glLoadIdentity();
    gluPerspective(45.0,1,0,10);
    gluLookAt(0,0,0,0,0,-15,0,1,0);...
  3. Thread: Perspective

    by thrawn
    Replies
    6
    Views
    409

    Perspective

    I don't have any experience with perspective but i understand the system. My problem is when i define my environnement with gluPerspective or with glFrustum i have very weird view of my objects on...
  4. Replies
    4
    Views
    283

    Re: multithreading in graphics??

    I don't know if it can help you but there is 2 tutorial on multithreading at www.flipcode.com in the tab developpement tutorial (left of screen)
  5. Replies
    6
    Views
    2,145

    Re: Interpolation (Gouraud)

    Finaly i left the Gouraud interpolation and i've made my own fonction to calculate normals and my x-wing (because stars wars is the subject of this lab in an infography course) look good now. Some of...
  6. Thread: 3d Fire effect

    by thrawn
    Replies
    4
    Views
    733

    Re: 3d Fire effect

    Eddy i accept your offers. You can send me your example by e-mail if you want. (cymon.tremblay@videotron.ca) and thanks you very much!
  7. Replies
    6
    Views
    2,145

    Re: Interpolation (Gouraud)

    I forgot the glcolor is to be replaced with setmaterial sorry!
  8. Replies
    6
    Views
    2,145

    Re: Interpolation (Gouraud)

    Yeah i know what you are telling me but i think you don't know th Gouraud interpolation system (and thats better cuz i thinks it suck hehe). I need to know my problem on this topic cause i don't want...
  9. Thread: 3d Fire effect

    by thrawn
    Replies
    4
    Views
    733

    3d Fire effect

    If someone have idea on how to create a relatively realistic 3d fire effect i would like to have some information. I don't need the code juste the basic. Thanks!
  10. Replies
    6
    Views
    2,145

    Interpolation (Gouraud)

    I use the Gouraud system for rendering light to my 3d set and the result is very poor. I think my normals are not correct. I see light on my polygons randomly. If i have a polygon on the (x,z) plane...
Results 1 to 10 of 10