aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-04-23 17:21:44 -0400
committerLibravatar GitHub <noreply@github.com>2024-04-23 17:21:44 -0400
commitb14598adf295d9d09f1e5b632eca565de331fa3a (patch)
treec38faf0abc3ffe3b6804e0db26fde37c5081f454 /README.md
parentb930d2923c6bf83ebbbdaa82201d36529aae2cf2 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3726c5a..88397e1 100644
--- a/README.md
+++ b/README.md
@@ -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,