Skip to content

Commit

Permalink
Add missing wireframe example to example readme (#1580)
Browse files Browse the repository at this point in the history
#562 added a new Example, but forgot to also document it in the examples readme.
  • Loading branch information
MinerSebas committed Mar 9, 2021
1 parent d51130d commit 5147232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5147232

Please sign in to comment.