Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix banding artifacts of 3D space view's skybox (#5279)
### What Add simple algebraic (doesn't need a texture lookup) dithering to 3D generic skybox in order to fix banding artifacts. Depending on your screen and screen calibration you may or may not have been annoyed by this in the past (on most of the setups I use it's quite glaring) Before: ![image](https://github.com/rerun-io/rerun/assets/1220815/7d2384f9-a956-49a3-9b2f-0f2b7091126d) After: ![image](https://github.com/rerun-io/rerun/assets/1220815/918c5e46-baaa-4a9f-8242-541c64088ebe) Note the ring artifacts which are mostly gone on the second screenshot - if you can't spot the difference, make sure to look at the screenshots without any scaling with your screen at high brightness relative to your surroundings ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/5279/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5279/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/5279/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5279) - [Docs preview](https://rerun.io/preview/1d32c18f1ccf2c8c9d6e76c6a80a5f90d1d2d33e/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/1d32c18f1ccf2c8c9d6e76c6a80a5f90d1d2d33e/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
- Loading branch information