Skip to content

Commit dfbe688

Browse files
committed
Add example to README.md
1 parent ad81fbc commit dfbe688

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
@@ -107,6 +107,7 @@ Example | File | Description
107107
`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
108108
`wireframe` | [`3d/wireframe.rs`](./3d/wireframe.rs) | Showcases wireframe rendering
109109
`z_sort_debug` | [`3d/z_sort_debug.rs`](./3d/z_sort_debug.rs) | Visualizes camera Z-ordering
110+
`custom_mesh` | [`3d/custom_mesh.rs`](./3d/custom_mesh.rs) | Simple example showing how to manually create a custom mesh.
110111

111112
## Application
112113

0 commit comments

Comments
 (0)