Skip to content

Commit 5147232

Browse files
committed
Add missing wireframe example to example readme (#1580)
#562 added a new Example, but forgot to also document it in the examples readme.
1 parent d51130d commit 5147232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Example | File | Description
8383
`spawner` | [`3d/spawner.rs`](./3d/spawner.rs) | Renders a large number of cubes with changing position and material
8484
`texture` | [`3d/texture.rs`](./3d/texture.rs) | Shows configuration of texture materials
8585
`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
86+
`wireframe` | [`3d/wireframe.rs`](./3d/wireframe.rs) | Showcases wireframe rendering
8687
`z_sort_debug` | [`3d/z_sort_debug.rs`](./3d/z_sort_debug.rs) | Visualizes camera Z-ordering
8788

8889
## Application

0 commit comments

Comments
 (0)