From 1df14ec883df364fe298825e7c8910a4a55a2865 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Tue, 21 Feb 2023 21:41:11 +0000 Subject: [PATCH] Add example missing from README. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3484cce..865033d 100644 --- a/README.md +++ b/README.md @@ -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 |