Update README.md
This commit is contained in:
parent
b930d2923c
commit
b14598adf2
@ -42,6 +42,7 @@ fn main() {
|
|||||||
DefaultPlugins,
|
DefaultPlugins,
|
||||||
grex_outline_post_process::OutlinePostProcessPlugin,
|
grex_outline_post_process::OutlinePostProcessPlugin,
|
||||||
))
|
))
|
||||||
|
.insert(Msaa::Off)
|
||||||
.run();
|
.run();
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -50,6 +51,7 @@ When spawning a camera:
|
|||||||
```rs
|
```rs
|
||||||
commands.spawn((
|
commands.spawn((
|
||||||
// Camera3dBundle...
|
// Camera3dBundle...
|
||||||
|
NormalPrepass,
|
||||||
grex_outline_post_process::components::OutlinePostProcessSettings {
|
grex_outline_post_process::components::OutlinePostProcessSettings {
|
||||||
weight: 2.0,
|
weight: 2.0,
|
||||||
threshold: 0.0,
|
threshold: 0.0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user