From b14598adf295d9d09f1e5b632eca565de331fa3a Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Tue, 23 Apr 2024 17:21:44 -0400 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3