Project

General

Profile

« Previous | Next » 

Revision e136346d

Added by Leszek Koltunski about 6 years ago

New 'Triblur' testapp.

Shows that the Blur effect doesn't fully work (probably it is the 'blitWithDepth' function which needs to be corrected)

View differences:

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