POV-Ray : Newsgroups : povray.off-topic : GPU rendering : Re: GPU rendering Server Time
7 Sep 2024 11:21:41 EDT (-0400)
  Re: GPU rendering  
From: scott
Date: 18 Jul 2008 04:24:33
Message: <48805341$1@news.povray.org>
> Is it possible to take a chunk of the frame buffer and turn it into a 
> texture?

You can, but it's a bit long-winded and slow.

> Or would I have to render texture to texture and then make a copy to the 
> screen so I can see it?

Yes, that's what is normally done.  Also gives you the advantage that you 
can do funky things with the pixel shader you use to write the texture to 
the screen, like using colour look up tables, motion blur, bloom, edge 
detection, etc etc.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.