Advertisement

Using image as texture and portals

Started by August 28, 2000 09:45 PM
1 comment, last by David20321 24 years, 2 months ago
Is there any way to take what''s on the screen and use it as a texture? For example every frame have it take a screenshot and us it like a texture on something? Also, how do mirrors and portals and things work in opengl?
there''s something you can do to getpixels in opengl. i''m not sure how to do it, but look into get*something*. i''m planning to use it for a rear view mirror.

a2k
------------------General Equation, this is Private Function reporting for duty, sir!a2k
Advertisement
If you want to do this sort of thing very often (like for the whole screen every frame, or several times per frame), you may want to find some way of getting the information before you put it on screen, since reading from video memory is agonizingly slow. Just a thought.


random-nomad

[still searching]

This topic is closed to new replies.

Advertisement