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: Stack Overflow

Page 1 of 11 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    5,357

    Re: How to draw an oval?

    Hello,

    I compiled this code in MSVC++ 6 without warnings or errors. Please make sure you include the following header files:


    #include <GL/glut.h>
    #include <math.h>To answer your other...
  2. Replies
    31
    Views
    4,755

    Re: Terrain Optimization...

    One of very few topics I see Assassin around so just wanted to say hi.

    - BlueDev



    [This message has been edited by VC6-OGL (edited 08-12-2003).]
  3. Replies
    2
    Views
    116

    Re: how the heck do i install glut

    If you need the files as in glut32.dll, glut.h, and glut.lib you can find them here GLUT Files .

    Hope this helps.

    <IMG SRC=\"http://www.bluedev.net/images/gamedev/header_1.jpg\">
  4. Replies
    4
    Views
    559

    Re: Uh...where did glut go?

    You can find GLUT at my site. Just go to my main page and click on the Downloads button on the left and download the GLUT SDK .

    <IMG SRC=\"http://www.bluedev.net/images/gamedev/header_1.jpg\">
  5. Replies
    15
    Views
    1,997

    Re: GLUT to display text

    Hello,

    I display my text in GLUT as the following:



    <IMG SRC=\"http://www.bluedev.net/images/gamedev/header_1.jpg\">
  6. Replies
    3
    Views
    147

    Re: Need wolfenstien help./...

    Hello,

    I'm not sure what I can say about this problem though I've ran into it multiple times I just either shut down my firewall or reset my hub connection, but im not sure if this a game problem...
  7. Replies
    3
    Views
    216

    Re: OpenGL32.dll Problem

    Hello GrIMloCk,

    Thank you for the link to the OpenGL32.dll file. It no longer gives me the GDI:SwapBuffers error. All of my programs now run fine given the new DLL file. Thank you for your help.
    ...
  8. Replies
    6
    Views
    955

    Re: OpenGL 1.4 gl.h

    Hello nopusch,

    I believe from my perspective that there is no exact OpenGL 1.4 gl.h header file. What I do know is that your graphics card may support OpenGL 1.4, but so far, the furthest I know...
  9. Replies
    25
    Views
    2,236

    Re: loading bmp with glut

    Hello prashantgp,

    I will look into the Bitmap problem and I will see if I can derive an answer. One thing that could help is if you send me your code, if you don't mind, and I will see if I can...
  10. Replies
    9
    Views
    156

    Re: resizing the windows

    Hello prashantgp,

    I will have to look into sub window maximization, so please give me some time. Thank you.

    - VC6-OGL
  11. Replies
    2
    Views
    121

    Re: where t.f. is my opengl32.dll???

    Hello The Ultramage,

    Which operating system are you running? Have you tried looking in your Window/System folder for the OpenGL32.dll? Have you tried looking in your WINNT/System32 folder for the...
  12. Re: Disableing Console from appearing when using vc++ 6

    Hello mdog1234,

    An easy approach I found was to, create a Win32 Application (Not Console) and change your main() function to this:



    To view a more explanatory descripition of this process,...
  13. Replies
    8
    Views
    471

    Re: OpenGL32.dll Problem

    Hello HalcyonBlaze,

    So what you are saying is that they are doing most of their screensaver using Win32 Programming not OpenGL?

    - VC6-OGL
  14. Replies
    19
    Views
    1,247

    Re: switching between displays

    Hello prashant,

    I have just sent you the re-edited code of your program.

    - VC6-OGL
  15. Replies
    8
    Views
    471

    Re: OpenGL32.dll Problem

    Hello HalcyonBlaze,

    Yes I am using SwapBuffers(HDC), but everytime I try opening a program that Swaps Buffers in Windows98 it goes really slow, but if I execute it in Windows2000 it runs real...
  16. Replies
    6
    Views
    305

    Re: Theoretical Question

    Hello,

    This is my webiste: BlueDev

    - VC6-OGL
  17. Replies
    6
    Views
    305

    Re: Theoretical Question

    Hello Nelah,

    I will be in my Chat room in 3 hours, so if you would like to chat about any more questions or problems concerning OpenGL, you will see me then.

    - VC6-OGL
  18. Replies
    5
    Views
    240

    Re: GL_RGBA crashes the program ???

    Hello glYaro,

    I will be in my Chat room in about 3 hours, just in case you would like to join.

    - VC6-OGL
  19. Replies
    8
    Views
    471

    Re: OpenGL32.dll Problem

    Hello glYaro,

    No I am not including <wingdi.h>, so should I, will it actually help?

    - VC6-OGL
  20. Replies
    128
    Views
    113,008

    Re: Open GL for Windows XP

    Hello Patrick212,

    What exactly are the problems you are having?

    - VC6-OGL
  21. Replies
    9
    Views
    400

    Re: glutDisplayFunc problems :(

    Hello Nelah,

    Here is the full code:

    #include <GL/glut.h>

    void init( void ) {
    glClearColor( 0.0, 0.0, 0.0, 0.0 );
    glShadeModel( GL_SMOOTH );
    }
  22. Replies
    9
    Views
    400

    Re: glutDisplayFunc problems :(

    Hello Nelah,

    I can help you at my Chat room at www.bluedev.net

    - VC6-OGL
  23. Replies
    9
    Views
    400

    Re: glutDisplayFunc problems :(

    Hello Nelah,

    Are you defining a reshape function?, for example:

    glutReshapeFunc( reshape );

    Edit: here is an example of how to use the reshape function.

    void reshape( int w, int h ) {
    h...
  24. Replies
    9
    Views
    400

    Re: glutDisplayFunc problems :(

    Hello Nelah,

    What does you display function look like? Have you been able to see anything in your window at all?

    - VC6-OGL
  25. Replies
    9
    Views
    400

    Re: glutDisplayFunc problems :(

    Hello Nelah,

    Here is an easy approach to creating a Sub Window in your program. Now if you are looking for something else, please let me know:



    Edit: you can place your Sub-Window where ever...
Results 1 to 25 of 254
Page 1 of 11 1 2 3 4