Advertisement

1 - 5 of 5 containing alltags:("glreadpixels") (0 seconds)
hi, i am using the glreadpixels() function to retrieve the texel information from the framebuffer. In my case, I am interested in learning the grayvalue of the colored jpeg being pasted as a tex...
Zones: OpenGL Game ProgrammingDate Answered: 11/20/2003 Grade: A Views: 0
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 to see...
Zones: OpenGL Game ProgrammingDate Answered: 02/23/2005 Grade: B Views: 312
Hi, I've got a Q about dynamic texturing and OpenGL... Basically my third year project at University involves using dynamic impostors to accelerate a scene populated by lots of trees... So far I've...
Zones: OpenGL Game ProgrammingDate Answered: 11/11/2003 Grade: A Views: 0
I need to save OpenGL-drawn images from the screen to a pixel buffer – i.e., I need to be able to take screenshots of my OpenGL images. I tried to do this with GetPixel(HDC, x, y) and glReadPixels,...
Zones: OpenGL Game ProgrammingDate Answered: 11/26/2005 Grade: A Views: 9
I got a problem in getting the depth value of a view using opengl. Followings are parts of my codes: Firstly, i have enable the gl_depth_test:       glEnable(GL_DEPTH_TEST); Then, i do the foll...
Zones: 3D Game ProgrammingDate Answered: 01/17/2005 Grade: B Views: 9
  • 1