Author Topic: Blur as PostProcessor  (Read 3161 times)

Offline Klaudiusz

  • int
  • **
  • Posts: 75
    • View Profile
Blur as PostProcessor
« on: June 05, 2007, 09:58:37 am »
Hello,

It's possible to add normal blur/gaussian blur as post processor in further version? I know Bloom has been released but it's not the same.


Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Blur as PostProcessor
« Reply #1 on: June 05, 2007, 10:11:26 am »
You can try to use setCombining(false); on the BloomGLProcessor and see if that gives you the desired results.