Revision e136346d
Added by Leszek Koltunski over 7 years ago
| src/main/java/org/distorted/library/effect/PostprocessEffectBlur.java | ||
|---|---|---|
| 284 | 284 |
/** |
| 285 | 285 |
* Blur the Framebuffer. |
| 286 | 286 |
* |
| 287 |
* @param blurRadius The 'strength' if the effect, in pixels. 0 = no blur, 10 = when blurring a given pixel,
|
|
| 287 |
* @param blurRadius The 'strength' of the effect, in pixels. 0 = no blur, 10 = when blurring a given pixel,
|
|
| 288 | 288 |
* take into account 10 pixels in each direction. |
| 289 | 289 |
*/ |
| 290 | 290 |
public PostprocessEffectBlur(Data1D blurRadius) |
Also available in: Unified diff
New 'Triblur' testapp.
Shows that the Blur effect doesn't fully work (probably it is the 'blitWithDepth' function which needs to be corrected)