Search Results

1
vote

Where can I find sample code on mouse movements and polygon spins in OpenGL?

You'd probably find this useful: http://pepijn.fab4.be/software/nehe-java-ports/ …
3
votes

opengl: how to avoid texture scaling

Create the 3D object in question, without displaying it. You can get the bounds of the object as pixel locations by using gluProject (to get the pixels that represent the object's edges. …
0
votes

Visual Studio 2008 with Vista, GLUT projects gives error on runtime

Did you try turning off DEP (data execution prevention) on your application? Right click on my computer and go into the virtual memory settings. Under the DEP tab, add your application to the …