From ec0c9630cd22b84822935ca6a3fd9818806c2c5a Mon Sep 17 00:00:00 2001 From: devil-ira Date: Fri, 13 Jan 2023 16:03:57 +0100 Subject: [PATCH] update readme --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index e354e6f2831206..c24e9074be5971 100644 --- a/examples/README.md +++ b/examples/README.md @@ -107,6 +107,7 @@ Example | Description --- | --- [3D Scene](../examples/3d/3d_scene.rs) | Simple 3D scene with basic shapes and lighting [3D Shapes](../examples/3d/3d_shapes.rs) | A scene showcasing the built-in 3D shapes +[3D Viewport To World](../examples/3d/3d_viewport_to_world.rs) | Use the cursor to move a cube through the scene [Bloom](../examples/3d/bloom.rs) | Illustrates bloom configuration using HDR and emissive materials [FXAA](../examples/3d/fxaa.rs) | Compares MSAA (Multi-Sample Anti-Aliasing) and FXAA (Fast Approximate Anti-Aliasing) [Lighting](../examples/3d/lighting.rs) | Illustrates various lighting options in a simple scene