-
texture question
I have mapped texture on a 2D polygon. Is it possible to get the RGB values of a particular point in the polygon.
-
Advanced Member
Frequent Contributor
Only by reading from the frame buffer. There are several ways of doing this one is to use glReadPixels
-
I find difficulty in using glReadPixels. Could you give some sample code?
-
Advanced Member
Frequent Contributor
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules