GLSL Droste

Started by
9 comments, last by johnchapman 12 years, 5 months ago
I've used a recursive approach to render a droste-like effect for simulating visual feedback within a deferred renderer:



Basically it uses the output from the previous frame which, due to the setup of the rendering pipeline, is available during the rendering of the current frame.

This topic is closed to new replies.

Advertisement