Re: [Algorithms] FPS Questions
Brought to you by:
vexxed72
From: jason w. <jas...@po...> - 2000-08-02 00:06:20
|
> executable) that perfectly demonstrate why accumlation buffer blur is you can use a accumulation buffer (or t buffer) to do proper motion blur... there's nothing that prevents you from using it to do the averaging of the multiple frames for each displayed frame, and that's probibly the best way to go about it. you do see a lot of people implimenting simple previous frame blurrs.. basicly, because it's cheap :) |