I know some stuff needs to be fixed (gameplay issues) but thank you for such a positive feedback!
Type: Posts; User: Surgeon
I know some stuff needs to be fixed (gameplay issues) but thank you for such a positive feedback!
Thanks a lot, guys! I will definitely look into the issue with the textures, thank you.
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!
...
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...
I love this library, it doesn't need GLUT:
http://nwaldren.bei.t-online.de/glgooey.htm
thanks a lot for your help!
yes, but this variable is used for debug purposes only :) it shows me the number of children nodes that were rendered.
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...
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...
Merci :)
I'll try to find it
I need to load .X files and I hope someone has written a lib or something. Please help!
Yes, Marcus, the support of this extension would be a great plus indeed!
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...
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...
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!
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,...
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?
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
you may also use directx (direct input) to work with mouse and keyboard
you may also use a devIL library www.devil.org
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);
...
Jan2000, thanks for the posting, that's exactly what a newbie needs. I've been looking for such a clear simple answer for months
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?
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...