Add example missing from README.
This commit is contained in:
parent
c33cfd7acd
commit
1df14ec883
14
README.md
14
README.md
|
@ -28,6 +28,20 @@ a gap between the object and its outline.
|
||||||
cargo run --example pieces
|
cargo run --example pieces
|
||||||
```
|
```
|
||||||
|
|
||||||
|
An outlined torus viewed through four cameras with different combinations of render layers
|
||||||
|
enabled.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
cargo run --example render_layers
|
||||||
|
```
|
||||||
|
|
||||||
|
An animated jointed model with an outline.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
cargo run --features="bevy/animation bevy/bevy_gltf bevy/png bevy/bevy_scene" \
|
||||||
|
--example animated_fox
|
||||||
|
```
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
| This Version | Bevy version |
|
| This Version | Bevy version |
|
||||||
|
|
Loading…
Reference in New Issue