Evening 开发者_StackOverflow社区everyone, I\'m using glMultMatrixf in OpenGL to rotate my scene using the matrix:
I am developing an OpenGL application and need to use the glew library开发者_高级运维. I am using Visual Studio C++ 2008 Express.
okay i\'m making a game using c++ (for the engine) and openGL, now i\'ve had lots of trouble using cal3d library for importing my 3d max models into my c++ project,
a friend of mine declared a new type using typedef GLfloat vec3_t[3开发者_如何学Python]; and later used vec3_t to allocate memory
How should I implement more th开发者_StackOverflowan 8 lights in OpenGL? I would like to render unlimited amounts of lights efficiently.
I\'m playing arou开发者_JS百科nd with OpenGL and I\'m finding myself writing code that I feel like I shouldn\'t have to write.
I have an array of CGPoints (basic struct with two floats: x and y). I want to use OpenGL ES to draw a t开发者_C百科extured curve using these points. I can do this fine with just two points, but it ge
I\'m trying to make a orb of light (Like a sun) but I can\'t seem to make it visible at all. I\'ll give you some snipets of code I have. It\'s in Java LWJGL, so it might look a little different.
is there an API or profiler application that can track the video memory usage of my application? I am using C++/OpenGL on Windows, but I am open to sug开发者_高级运维gestions on other platforms as we
I want to add joystick support into an openGL application. Is there开发者_运维百科 any class that can help me?