Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

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

 
Time Tested OpenGL Game Programming Solutions: 1 - 25 of 77
 
Hi, I installed Starry Night Pro Plus version 6 (Astronomy program). Upon startup, I get a message stating that the program needs OpenGL for advanced graphics and that OpenGL failed to initia...
I've just re-formatted my hard drive, installed XP for the second time, downloaded the driver for my NVIDIA GeForce4 MX 440 card from microsoft. Unlike before, when everything worked great, I...
Dear expert, I need some example (VB .NET, C#, C++) on how to rotate, translate and zoom objects in OpenGL using mouse and general. I am using orthogonal view. Thanks in advance, Svemir.
Hello. I am a Java developer transfering my skills over to C++. I am using C++ at University for a module dealing with OpenGL. I have used some OpenGL with C. I have been reasonably success...
hey there, i hope someone can help. the problems im having with my below code include, storing my lines in a data structure, so i can resize my window and have all lines redrawn (not just the ...
Dear All, I am now doing a MFC-based OpenGL application. BITMAP files were displayed by MFC (I used StretchDIBits()to display the .bmp files), and then I want to draw something using OpenGL...
I am currently devloping a game which requires various 3ds max models to be imported into the game where they can then be manipulated by the program. After a good search on the internet I f...
I am rendering OpenGL primitives on a Java Canvas but using C to call OpenGL functions. I can display a primitive shape eg a box in the centre (axis 0,0,0) and when i rotate it, it rotates ar...
Hi, I'm relatively new to OOP/C++/Opengl.  Thanks in advance. I want to create multiple Bezier curves in a OOP class structure.  Eventually I would like to create multiple bezier curves wit...
Hey, where can I get the source code for the OpenGL library? I only have the compiled shared libs on my end (can these be decompiled?). Thanks.
Hi Guys OK in my Opengl app i want to be able to view both wireframe and solid mode at the same time ...how do i do this? ....i know how to view each individually for eg glPolygonMode(GL_FR...
Hi, I'm a newbie in OpenGL so hope someone can really help! I have written a short program to draw a magenta square. It occupies a pixel area. I then attempted to read the color buffer t...
Hello experts, I do not know much about OpenGL, but i need to fix this bug (code written by someone else). When two canvas windows  opened at the same time, the image display does not work p...
Hi everyone, I am drawing some vertices around a primitive using glDrawArrays like: glDrawArrays(GL_TRIANGLE_STRIP, 0, verticesArray); However, the primitive drawn is very jagged and ...
Hey guys, I'm trying to run an OpenGL 2.0 program that is supposed to apply GLSL shaders on the scene. The code runs fine on a Mac, but running it in Visual Studio 2005 yields a pop-up dial...
Well, I'm new to both maya and opengl. I just want to learn how to expert an object from maya to opengl. That's all. Thanks.
Hi, I am trying to run an example open gl code in VC++ 6.0 and I got the following errores: ------------------------------------------------ Compiling... SimpleDraw.c c:\documents and s...
Hi there, i'd like to know how to load 3d object such *.obj or *.max file format to show in application program which created by c# and OpenGL. i have an example in C by Nate Robins. however,...
Hi guys i am working on my hw and i ran into a problem. situation is this. i have a ball continuesly rolling from between three points A(3, 0 , 5) -> B(-2, 0, 3) - C(2,0,-4) -> back to A i...
I have a game that when I try to load it I get an erro message "cannot open open open gl susbsytem. I have a Nvidia GeForce 200 card. The game was working but now will not. what has happened?
Hi, I've done a lot of research using the web but still can't find the right answer. I need to install OpenGL 1.5 at least but 2.0 would be useful. Basically I'm using an N6200 video ...
Hi guys, I'm taking a computer graphics course, but am having trouble compiling the base assignment code (GLSL) under Visual Studio 2005. I cannot proceed until I get the GLSL portion compi...
Hi, The question is as stated in the title. Please correct or guide me if my perspective on this is wrong. Thanks
I'm making a 2d program using OpenGL, so I don't use gluPerspective, but glOrtho which allows easier positioning. The problem is that the text routines I have ( bitmap fonts, see nehe's 13t...
hello experts, i have a function to draw rectangle border, but the border appears off. it looks like it is shifted one pixel to the left, and one to the bottom also, the bottom left pi...