Skip to content

Commit

Permalink
Add example to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkahn committed Aug 24, 2021
1 parent ad81fbc commit dfbe688
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 @@ -107,6 +107,7 @@ Example | File | Description
`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
`custom_mesh` | [`3d/custom_mesh.rs`](./3d/custom_mesh.rs) | Simple example showing how to manually create a custom mesh.

## Application

Expand Down

0 comments on commit dfbe688

Please sign in to comment.