Enter Keywords:
1 - 10 of 37(0 seconds)
Sort By:
 
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...
Zones: OpenGL Game Programming, C...Date Answered: 10/23/2008 Rating: 8.6 Views: 0
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...
Zones: OpenGL Game ProgrammingDate Answered: 02/27/2008 Rating: 8.0 Views: 0
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...
Zones: C++Date Answered: 02/27/2008 Rating: 9.6 Views: 8
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 ...
Zones: 3D Game Programming, OpenGL Game Progr...Date Answered: 03/20/2008 Rating: 9.2 Views: 59
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...
Zones: C++, Windows Programming, OpenGL Game Programmi...Date Answered: 04/08/2008 Rating: 9.8 Views: 0
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 ...
Zones: ...Date Answered: 04/12/2008 Rating: 7.7 Views: 358
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...
Zones: Game Programming, 3D Game Pr...Date Answered: 04/18/2008 Rating: 8.8 Views: 32
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...
Zones: OpenGL Game Programming, MS Visual C...Date Answered: 04/23/2008 Rating: 7.0 Views: 0
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...
Zones: 3D Game ProgrammingDate Answered: 06/17/2008 Rating: 8.8 Views: 53
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...
Zones: 3D Game Programming, Game Progr...Date Answered: 06/18/2008 Rating: 9.3 Views: 21