Add example missing from README.

This commit is contained in:
Robin KAY 2023-02-21 21:41:11 +00:00
parent c33cfd7acd
commit 1df14ec883
1 changed files with 14 additions and 0 deletions

View File

@ -28,6 +28,20 @@ a gap between the object and its outline.
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
| This Version | Bevy version |