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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    39
    Views
    3,114

    Re: opengl cant run

    Are you still getting those exact same errors, or when you use the -lglut -lGL -lGLU do you get different ones? (Like maybe missing glX functions instead of glut functions?) If they are different,...
  2. Replies
    39
    Views
    3,114

    Re: opengl cant run

    LOL! I love seeing idiots try and defend themselves. The same thing applies to Windows. You have to know what libraries to add to the linker too. You telling someone that they need to use...
  3. Replies
    60
    Views
    93,832

    Re: Download OpenGL v1.2, 1.3 or 1.4

    What's the point of pulling up a thread that we all thought had died months ago?

    If you'll note, my last post on this subject before now was 9-11-2003.

    Let it die already.
  4. Replies
    8
    Views
    381

    Re: Need HELP Urgently

    Try using the functions gluDrawCar, and gluDrawTeddyBear.
  5. Replies
    13
    Views
    1,098

    Re: Dev-Cpp and OpenGL

    I haven't done much with Dev-CPP, but my guess is that it's an ESO problem.

    (Equipment Smarter than Operator)
  6. Replies
    60
    Views
    93,832

    Re: Download OpenGL v1.2, 1.3 or 1.4

    Please just go away...
  7. Replies
    60
    Views
    93,832

    Re: Download OpenGL v1.2, 1.3 or 1.4

    Oh goody another Alias of whocares, I assume? I wouldn't consider Whocares (you?) an enemy, exactly. It started out as a debate. I merely presented presented arguments to challenge a single claim...
  8. Thread: dll missing?

    by Latrans
    Replies
    12
    Views
    675

    Re: dll missing?

    Come to think of it, I bet this is probably actually whocares, too. In his original posts he didn't seem nearly so rude. This is a good example of why you should always register your name. ...
  9. Thread: dll missing?

    by Latrans
    Replies
    12
    Views
    675

    Re: dll missing?

    I like how the fake Some guy's (aka Whocares) Spanish is as bad as his English.
  10. Re: Saving a texture to file after using glCopyTexSubImage2d

    Use glGetTexImage to get the raw texture data, then save that to the file format of your choice using some library, or your own code.
  11. Replies
    60
    Views
    93,832

    Re: Download OpenGL v1.2, 1.3 or 1.4

    Grabbing someone's unregistered name is so mature. Way to prove you're not a child, Whocares.
  12. Replies
    60
    Views
    93,832

    Re: Download OpenGL v1.2, 1.3 or 1.4

    Did you even read the "nonsense" you posted? Let me point out one little part...



    Note, he mentions DX8 and DX7. This was 2 1/2 years ago, if you bothered to even look at the date of your...
  13. Replies
    60
    Views
    93,832

    Re: Download OpenGL v1.2, 1.3 or 1.4

    You know you can posts links, too, right? I'm not quite sure what your point was in reposting an entire thread that is 2 1/2 years old, but I could probably post dozens more just like it. Not only...
  14. Replies
    60
    Views
    93,832

    Re: Download OpenGL v1.2, 1.3 or 1.4

    You implied that DirectX was faster than OpenGL in all cases. That is something that can quantitatively be measured, and therefore is not an opinion. I simply stated that it your statement is not...
  15. Replies
    60
    Views
    93,832

    Re: Download OpenGL v1.2, 1.3 or 1.4

    No, the same does NOT apply for good cards. For good cards, there are good drivers for OpenGL and Direct3D that take advantage of the hardware, and therefore any speed differences are negligible. ...
  16. Replies
    60
    Views
    93,832

    Re: Download OpenGL v1.2, 1.3 or 1.4

    I can't believe I'm participating in a Dx vs OGL debate. Pretty much everyone here already knows better than to believe whocares's comment, anyway.

    So, I'll just say this... if you've got an...
  17. Replies
    20
    Views
    2,795

    Re: error opening opengl32.dll

    Dude, what are you? 12? People give you constructive criticism and you're like, "I can do what I want if I wanna..." Grow up.

    Next you'll be asking about pointers and object-oriented...
  18. Thread: Glut Key Press

    by Latrans
    Replies
    2
    Views
    257

    Re: Glut Key Press

    Ever here of a little notion called "experimentation." I would think something like this would be pretty simple to test.
  19. Replies
    2
    Views
    135

    Re: Printing OpenGL image

    You obviously haven't searched enough. There are numerous posts on this forum alone about how to write a scene to a file.

    Quick answer is to use glReadPixels, then write it out to a file in the...
  20. Replies
    14
    Views
    940

    Re: Linux - compilation problems

    Try:

    ./a.out

    BTW, you can use -o someMoreRationalName

    To name the binary something other than a.out.
  21. Replies
    14
    Views
    940

    Re: Linux - compilation problems

    For linux, I believe it would be -lglut -lGL -lGLU.

    Note: No 32's in there, and GL and GLU are all caps. Case does matter in Linux.
  22. Replies
    19
    Views
    573

    Re: HI folks, I am totally new

    This has got to be a joke.

    - Programming for only a few months.
    - Just learned how to use start->run.

    My suggestion is that you aren't yet ready for OpenGL. Come back in a few months when...
  23. Replies
    7
    Views
    564

    Re: Is that possible

    Try the function glLoadCorridoorFromBmpFileAndMoveAround(sFilename);

    Where sFilename is the path to your bmp file.
  24. Thread: Help Me!!

    by Latrans
    Replies
    6
    Views
    187

    Re: Help Me!!

    Of course doing a clean build didn't fix it. You created a console app, and you have NO MAIN FUNCTION!

    Say it with me...

    Win32 Console app = main() entry point
    Win32 Application =...
  25. Replies
    33
    Views
    6,298

    Re: glRotate Question.

    Whatever.
Results 1 to 25 of 42
Page 1 of 2 1 2