Absolute screenshot URLs
This commit is contained in:
parent
1e6766230a
commit
e9e2e7e7f8
@ -10,8 +10,8 @@ A plugin for the [Bevy](https://bevyengine.org) engine which adds a dither post-
|
|||||||
The effect is implemented as a bilevel ordered dither using a Bayer matrix with a configurable level. It dithers the image to black and white only, and operates on the entire screen.
|
The effect is implemented as a bilevel ordered dither using a Bayer matrix with a configurable level. It dithers the image to black and white only, and operates on the entire screen.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|

|
||||||

|

|
||||||
Configuration Used:
|
Configuration Used:
|
||||||
```rs
|
```rs
|
||||||
bevy_dither_post_process::components::DitherPostProcessSettings::new(3, &asset_server);
|
bevy_dither_post_process::components::DitherPostProcessSettings::new(3, &asset_server);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user