Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top OpenGL Game Programming Solutions: 1 - 16 of 16
  • 1
 
Hallo What do I need to compile an application (VS 2005 C++) with the NURBS extensions of OpenGL. The standard GLU.H available from Microsoft (and installed in VS 2005), does not contain al...
I just need a little help to print characters inputted from the keyboard on the screen using OpenGL. So in other words when I hit the letter 'T' on the keyboard it prints out 'T' in the OpenGL...
Hi Experts, Does anyone know of a .NET class which hosts an OpenGL window for C#?  I'll be using Visual C# .NET 2008. Thank you! Mike
Hi experts, Let say i have the folowing function: void output(int x, int y, int z, char *string) {   int len, i;   glRasterPos3f(x,y,z);   len = (int) strlen(string);   for (i = 0; ...
In OpenGL, I'm working on a "picture cube" program that allows me to upload 6 images on a 3D cube.   With a previous version, I utilized XYZ axes to rotate the cube.   Now, I've started replac...
Hi. I'm trying to implement hardware shadows in JOGL using frame buffer obejcts. The first block of code in the snippet creates the texture and FBO. The second is the drawShadowMap method w...
I have developed an application in c#.net using taoframework and csgl....my graphical window is a tao window.......The graphical window of my application shows some errors( some disturbances i...
Im working on an implementation of the Diamon Square algortihm, and I can't quite seem to get it to look right. I'm working off this tutorial http://www.lighthouse3d.com/opengl/terrain/inde...
I've recently started studying openGL programming and gotten a simple 2-triangle rendered; when I rotate the triangles, eventually one should start overlapping the other (when the angle of rot...
I would like to know the correct way to overlay a bitmap, such as an alphabetic character or an icon, on top of a bmp image that is drawn with glDrawPixels. I have tried using glBitmap to draw...
Hello , I've got the following gluLookAt function which i want to use in order to keep the camera constantly on the skeleton while is on move but unfortunately it returns the following errors...
Hello, can someone explain me what the following line does??           glTranslatef(mo->root[frame].x,mo>root[frame].y,mo->root[frame].z); Thanks in advance !
Hi, I've tried many times to get simple OpenGL programs to compile and I've met with little success. I thought that I would try it again, but only this time I'd ask for help. I'm runnin...
Dumb Question: How do I get a texture in OpenGL to look exactly like that of GDI? For example, if I have a 300x300 bitmap rendered in a PictureBox control, how do I get OpenGL to render a text...
Hello, I've got a piece of code which actually draws an icon as  texture for an opengl application. my question is how can i pass that image into the code. cuz up to now it shows just a bi...
I am having trouble rotating a cube that has different textures on it. I am using c++ and visual c++ 2008 to run the code. Each time that I run the program the entire cube disappears once I cl...
 
  • 1