![]() |
|
#1
|
|||
|
|||
If you want a really blurry look, then just decrease the size of the blur texture. The default is 512x512. Try 128x128 or 64x64.
Code:
import vizblur vizblur.enable(128,128) #Lower texture size creates more blur |
#2
|
|||
|
|||
I've attached a better version of the blur example that allows you to specify the blur kernel size. Previously it was 9. In the test script I have set it to 40. Surprisingly this didn't affect performance on my machine. A larger blur kernel will create more blur. Once you specify the blur kernel, you cannot change it. I recommend setting the blur kernel to the point where it matches your maximum desired blur. This way you can keep the blur scale under 1.0, which will prevent pixelization.
|
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|