Archive for March, 2006

RenderTarget with PixelToaster

Monday, March 13th, 2006 by bramz

I’ve just implemented a RenderTarget called Display which shows the image on screen while being rendered. I’ve used the almighty PixelToaster to accomplish this, which turned out to be pretty easy. Here’s the recurring red sphere on a blue checkerboard plane being rendered in a window:

One lesson learned: you should never update a [...]