diff options
author | Silas Bartha <silas@exvacuum.dev> | 2024-04-23 17:21:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 17:21:44 -0400 |
commit | b14598adf295d9d09f1e5b632eca565de331fa3a (patch) | |
tree | c38faf0abc3ffe3b6804e0db26fde37c5081f454 /README.md | |
parent | b930d2923c6bf83ebbbdaa82201d36529aae2cf2 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |