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 wind...
http://www.experts-exchange.com/Programming/Game/Game_Graphics/OpenGL/Q_23744823.html
I have a function that loads a bitmap from a filename, generates a unique texture ID, and returns it. In an application where I could possibly need hundreds of textures my current setup simply wil...
http://www.experts-exchange.com/Programming/Game/Game_Graphics/OpenGL/Q_23194972.html
Ok, so im desiging one of your standard planatary simulations in opengl, i am although having problems initiating a camera in my program and its driving my up the wall, i have used cameras before a...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23196802.html
Zones:
C++Date Answered: 02/27/2008 Rating: 9.6 Views: 14
I've been trying to figure out procedural texturing for a sphere in my OpenGL program.
I get that idea that you want to just take the x,y,z coordinates of project them onto a two 2d (s,t),
but ...
http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_23244412.html
I have a C++.net application which features an openGL window. I have an "Animate" button on a dialog. When I click the dialog, I animate the openGL window. The technique I use to animate is simp...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23297007.html
I know this is a pretty simple thing but i have been struggling with it, i know how to texture map a square etc, but im not sure how to create or imput the coordinates to texture map a shere. this ...
http://www.experts-exchange.com/Programming/Game/Game_Graphics/Q_23303918.html
Zones:
...Date Answered: 04/12/2008 Rating: 7.7 Views: 298
I currently have one square rotating around another on the X,Z axis in my program what i am trying to do is offset my object by a degree say ten degrees, and have it rotate in the same manner but b...
http://www.experts-exchange.com/Programming/Game/Q_23308086.html
I have a C++ application with that features an openGL window. I have two code bases for this application: one is in C++.NET, and the other is simply C++ (version 6.0). The code to process a HIT i...
http://www.experts-exchange.com/Programming/Game/Game_Graphics/OpenGL/Q_23315006.html
Basically I have written a class to draw a cube centered on a point (XYZ). I perform various tranlations on my scene using glTranslate/glRotate. Now I want to calculate the new position of the cube...
http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_23489987.html
In a previous question (http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_23489987.html)
I asked how to find the coordinates of an object after undergoing a transform.
To do this I h...
http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_23491163.html