Rezmason / matrix

matrix (web-based green code rain, made with love)
https://rezmason.github.io/matrix
MIT License
3.29k stars 212 forks source link

Update stated bloom defaults in README #29

Closed aprescott closed 1 year ago

aprescott commented 1 year ago

Visual checks revealed that the default bloomStrength was not 1.0, but something lower.

Default config code in config.js confirms it is 0.7. I noticed the same issue for bloomSize while I was there.

Incredible work on this project, by the way!

Rezmason commented 1 year ago

Whoops, thank you!

Since you're "in the area" of bloom, I feel I should let you know, the bloom code will probably undergo significant changes under the hood, that most people won't notice, but will clean it up as a feature, and will make it behave more consistently between regl/WebGL and WebGPU.