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

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    337

    Re: Please test my game!

    I know some stuff needs to be fixed (gameplay issues) but thank you for such a positive feedback!
  2. Replies
    8
    Views
    337

    Re: Please test my game!

    Thanks a lot, guys! I will definitely look into the issue with the textures, thank you.
  3. Replies
    8
    Views
    337

    Please test my game!

    Hello there, I have developed a small game in opengl and could you please test it! I will appreciate your mentioning the configuration of your computer, thanks in advance!

    ...
  4. Replies
    2
    Views
    134

    Downgrade videocard?

    Hello! Is there any way to slow down the videocard, say I have GeForce 5600, so my game is running really fast, but I'd like to know how the perfomance on the old hardware. Can I turn my card to say...
  5. Thread: OpenGL GUI

    by Surgeon
    Replies
    2
    Views
    203

    Re: OpenGL GUI

    I love this library, it doesn't need GLUT:

    http://nwaldren.bei.t-online.de/glgooey.htm
  6. Replies
    5
    Views
    244

    Re: pointAt function

    thanks a lot for your help!
  7. Replies
    4
    Views
    145

    Re: Help with scene graph!

    yes, but this variable is used for debug purposes only :) it shows me the number of children nodes that were rendered.
  8. Replies
    4
    Views
    145

    Help with scene graph!

    Hello. I want to add a scene graph class to my 2d opengl engine, but I am stuck at the very begining. This is the scheme of my scene graph
    http://www.byxon.com/images/NODES.gif

    and I am...
  9. Replies
    5
    Views
    244

    pointAt function

    I am writing a 2d game and I need to write a function to point a sprite (a textured quad) at a position on the screen (x,y in pixels), I know some math is involved, but I don't have a clue where to...
  10. Thread: Loading .X

    by Surgeon
    Replies
    4
    Views
    459

    Re: Loading .X

    Merci :)
    I'll try to find it
  11. Thread: Loading .X

    by Surgeon
    Replies
    4
    Views
    459

    Loading .X

    I need to load .X files and I hope someone has written a lib or something. Please help!
  12. Replies
    2
    Views
    396

    Re: ARB_multisample + GLFW

    Yes, Marcus, the support of this extension would be a great plus indeed!
  13. Replies
    11
    Views
    566

    Re: 3D engine example by Howie

    Thanks a lot for the code! I wish I had it a week ago :)

    You said you'd made many members public to increase the speed but isn't it true that a compiler converts functions like:

    float...
  14. Replies
    2
    Views
    396

    ARB_multisample + GLFW

    Hello! How do you use ARB_multisample extension with GLFW? I have to use the function wglChoosePixelFormatARB while creating the ogl context but in GLFW I don't have access to window creating...
  15. Replies
    1
    Views
    170

    pointing the sprite at the cursor coords

    Hello! I have a textured quad on the screen at 100,100, how can I rotate it to make it point at the cursor? I have cursor coords in m_mousex and m_mousey. Please, help!
  16. Replies
    2
    Views
    149

    Fadein, Fadeout?

    Hello. I am trying to make a fadein effect, but unfortunately the screen becomes black too fast...


    enable2D();

    float alpha = 1.0f;

    //glBlendFunc(GL_SRC_ALPHA,...
  17. Replies
    4
    Views
    304

    Re: bitmap as a background is crapped up!

    thanks a lot!
    as far as I understand there cn be problems on some systems with non-standard texture sizes? Should I place my image into a 1024*1024 texture and change texture coords?
  18. Replies
    2
    Views
    413

    Re: design/implementation of an OpenGL gui?

    here you may find links to a few gui systems, I liked GLGooey though couldn't make it work :)

    http://www.mathies.com/glfaq/GLToolkitFAQ.html
  19. Replies
    3
    Views
    287

    Re: How to use mouse in OpenGL?

    you may also use directx (direct input) to work with mouse and keyboard
  20. Replies
    2
    Views
    165

    Re: editing a texure in openGL

    you may also use a devIL library www.devil.org
  21. Replies
    4
    Views
    304

    bitmap as a background is crapped up!

    Hello! I want to place my picture as a background image (800*600), but it is really blured and it is not drawn completely, only a part of it.

    glOrtho(0, Width, 0, Height, -1, 1);
    ...
  22. Re: Newbie Experience ...... Project : 3D Gaming Engine

    Jan2000, thanks for the posting, that's exactly what a newbie needs. I've been looking for such a clear simple answer for months
  23. Re: Newbie Experience ...... Project : 3D Gaming Engine

    Wow, 2 years, you must have made a LOT of work, is it going to be an open source project or is it for a future game?
  24. Re: Newbie Experience ...... Project : 3D Gaming Engine

    welcome to the club, razakhan http://www.opengl.org/discussion_boards/ubb/smile.gif I am doing exactly the same thing for my diploma. I want to develop a game engine with some nice features. I don't...
Results 1 to 24 of 24