problem with opengl

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

problem with opengl

Post by Guest »

hi

i m using some opengl functions in my code (glReadPixel) and it works fine on linux but it has no effect on windows

do you have any ideas why ?
dakz0rz
Posts: 9
Joined: Thu Sep 16, 2004 10:10 am

Post by dakz0rz »

Try glReadPixels
Guest

Post by Guest »

dakz0rz wrote:Try glReadPixels
ok i spelled it wrong but that is not my problem

i try to draw a voronoi diagram so i draw some cones by using gluCylinder and then i get the image by using glReadPixels and it works on linux but with the same piece of code i get a black image on windows, strange isn't it ?
Post Reply