Skip to content

Conversation

Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Aug 2, 2025

Related issue: #31528

Description

For mobile and performance restricted use cases it would be nice to have a more simple and fast blur.

The presented box blur approach is in some sense the simplest thing you can do to produce a blur. It use just a single pass and can produce a usable blur with just 25 taps. Since there is a separate parameter called separation, you can control the spread of the blur without changing the number of samples. As you can see below the result is more blocky but less taxing than Gaussian.

@sunag sunag added this to the r180 milestone Aug 2, 2025
@sunag sunag merged commit ff9b259 into mrdoob:dev Aug 2, 2025
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants