Update README.md

This commit is contained in:
Silas Bartha 2024-04-23 17:21:44 -04:00 committed by GitHub
parent b930d2923c
commit b14598adf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,7 @@ fn main() {
DefaultPlugins,
grex_outline_post_process::OutlinePostProcessPlugin,
))
.insert(Msaa::Off)
.run();
}
```
@ -50,6 +51,7 @@ When spawning a camera:
```rs
commands.spawn((
// Camera3dBundle...
NormalPrepass,
grex_outline_post_process::components::OutlinePostProcessSettings {
weight: 2.0,
threshold: 0.0,