is there pixel ?

can i get , if on some exact place is painted pixel ?

Hi !

Could glReadPixels be what you are looking for maybe ?

Mikael

thank you , but could you please write , what parametres should i write there ?

Maybe if you look in the maual!

i have no manual for OpenGL, where could i get it ?

Originally posted by jirkamelich:
i have no manual for OpenGL, where could i get it ?

I would try http://www.opengl.org

This is also a very good resource.

You could keep that pixel in memory. so pixel.x pixel.y pixel.z. And seach the pixel array for it. But once something is writen into a OpenGL buffer it becomes 2D. Its has no “real” depth. Therefore you can only glReadPixel but this is 2d, x and y.