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

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    121

    Re: very silly question but.....

    Try the following:
    (1)go to the system or system 32 directory and make sure there is a dll titled glaux.dll or glaux32.lib there.
    (2) go to vc++ and open your project. Go to Project->Settings->Link...
  2. Replies
    6
    Views
    368

    Re: OpenGL MDI in VC++

    Thanks very much flappy and eric.
    I am going to check it out. I hope it works.


    glguru
  3. Thread: stencil buffer

    by glguru
    Replies
    3
    Views
    317

    Re: stencil buffer

    Hi Gorg,
    Thanks for taking the time to give me that deep explanation. It will take some playing around to sink in. Thanks again...
  4. Thread: stencil buffer

    by glguru
    Replies
    3
    Views
    317

    stencil buffer

    I am really confused with the use of the stencil buffer. I was trying to modify the stencil example in the red book to just draw
    a square in the center of the screen and then try to see what would...
  5. Thread: stencil???

    by glguru
    Replies
    1
    Views
    229

    stencil???

    I am really confused with the use of the stencil buffer. I was trying to modify the stencil example in the red book to just draw
    a square in the center of the screen and then try to see what would...
  6. Replies
    0
    Views
    104

    OpenGL MDI in VC++

    Hi,
    I am getting ready to start writing an MDI in VC++. I will be using OpenGL, so, I was looking on the web for a view class that has OpenGL enabled that I can subclass. I found an MDI on codeguru...
  7. Replies
    6
    Views
    368

    OpenGL MDI in VC++

    Hi,
    I am getting ready to start writing an MDI in VC++. I will be using OpenGL, so, I was looking on the web for a view class that has OpenGL enabled that I can subclass. I found an MDI on codeguru...
  8. Replies
    3
    Views
    260

    Re: textures and surfaces

    Hi Gorg,
    Thanks for taking the time to respond to my post.
    I don't think I explained my question properly. I have a surface that I
    want to place a texture on. I want the whole texture to be...
  9. Replies
    3
    Views
    260

    textures and surfaces

    Hi,
    I have two surfaces that I would like to texture.The texture, however,
    needs to cover only half of the surface in width but the full height of
    each surface. I am not sure what is the best...
  10. Replies
    2
    Views
    193

    textures and surfaces

    Hi,
    I have two surfaces that I would like to texture.The texture, however,
    needs to cover only half of the surface in width but the full height of
    each surface. I am not sure what is the best...
  11. Replies
    2
    Views
    331

    Re: error compiling in VC6

    Hi,
    I got the same error a while back. There is a file called Vcspawn.exe in one of the VC++ dir's. Just run that and it should take care of your problem; at least it worked for me when I had the...
  12. Thread: some help

    by glguru
    Replies
    0
    Views
    152

    some help

    Hi,
    I have been using opengl for a few months now
    and would like to do something interesting other than just moving some silly things around. I was hoping to add to something someone has already...
  13. Replies
    4
    Views
    229

    Re: writing numbers on the screen

    Thanks alot mikej and nickels.


    glguru
  14. Replies
    4
    Views
    229

    writing numbers on the screen

    Hi,
    I want to display a set of 3D (float) coordinates on the screen. I know you can use glRasterPos and glutBitmapCharacter to display a character but I am lost on writing float values. Any help is...
  15. Replies
    1
    Views
    320

    gluLookAt and the modelview matrix

    Hi,
    I posted this message in the beginners forum and didn't get a reply. So, I guess this is the next best place.

    I am struggling with gluLookAt(...). Could someone please give me an indepth...
  16. Replies
    2
    Views
    1,345

    gluLookAt and the modelview matrix.

    Hi,
    I am struggling with gluLookAt(...). Could someone please give me an indepth explanation of it? For example, say I am given the
    eye point, the at point and the up direction,
    how do I...
  17. Thread: glut and vc++6

    by glguru
    Replies
    2
    Views
    273

    glut and vc++6

    I have been trying to get glut to work on vc++6 for over a month now and I continue to fail. I tried this over and over:
    (1)find all the necessary lib and dlls and put them in their appropriate...
Results 1 to 17 of 17