Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested OpenGL Game Programming Solutions: 1 - 25 of 188
 
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 ...
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...
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.
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.
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...
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 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...
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 ...
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...
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...
I'm working on an OpenGL program that spins a "square".   Below is the code thus far.   Instead of the "void spinDisplay" function, I now want to use a "timer" function (included below the...
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'm drawing an oddly shaped polygon and I'm having problems filling in the inside.  Basically, another program is sending me a 2d array of points (x and y values).  I'm taking these points, ma...
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'm a beginner in OpenGL and C programming... I'm working on a program allows allows value changes via mouse movement (up/down).   Currently, the motion function is called via a menu in 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...
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 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...
Hi, The question is as stated in the title. Please correct or guide me if my perspective on this is wrong. Thanks
I need to implement some 3D shapes, but I cannot use GLUT.  Are there any tutorials out there that show how to do this?
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...
hi,  I have a line connect those points like ABCDEF after rendering. When user click on B and drag it to a new coordinate and release mouse. Then user release mouse. I want line ABCDEF will u...
Okay so i just installed my Nvidia GTX275 from Asus. I updated to the latest drivers from nvidia and asus. The main problem is openGL is not working in any of my adobe products (AE cs4, photos...
Here's what I'm trying to do:  on left mouse click, and motion of the mouse, rotate my camera.  Right right mouse click and movement, zoom in/out.  I'm completely lost.  I'm thinking I need to...
Is there a table exists for material properties (with some standart ligths) for wood, plastic, metal and other materials?