From 514723295eaebea14bf1552ee387e70e4e33685c Mon Sep 17 00:00:00 2001 From: MinerSebas Date: Tue, 9 Mar 2021 23:25:49 +0000 Subject: [PATCH] Add missing wireframe example to example readme (#1580) #562 added a new Example, but forgot to also document it in the examples readme. --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index c5a2aaffd627d..e7be5362b6560 100644 --- a/examples/README.md +++ b/examples/README.md @@ -83,6 +83,7 @@ Example | File | Description `spawner` | [`3d/spawner.rs`](./3d/spawner.rs) | Renders a large number of cubes with changing position and material `texture` | [`3d/texture.rs`](./3d/texture.rs) | Shows configuration of texture materials `update_gltf_scene` | [`3d/update_gltf_scene.rs`](./3d/update_gltf_scene.rs) | Update a scene from a gltf file, either by spawning the scene as a child of another entity, or by accessing the entities of the scene +`wireframe` | [`3d/wireframe.rs`](./3d/wireframe.rs) | Showcases wireframe rendering `z_sort_debug` | [`3d/z_sort_debug.rs`](./3d/z_sort_debug.rs) | Visualizes camera Z-ordering ## Application