Add missing wireframe example to example readme (#1580)

#562 added a new Example, but forgot to also document it in the examples readme.
This commit is contained in:
MinerSebas 2021-03-09 23:25:49 +00:00
parent d51130d4ab
commit 514723295e

View file

@ -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