From 7d5d8dc03e36cd762de113c30fa73e23ad0567ab Mon Sep 17 00:00:00 2001 From: devil-ira Date: Sun, 12 Mar 2023 00:01:59 +0100 Subject: [PATCH] :U --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index fad85c55f53b1..3af190688ad80 100644 --- a/examples/README.md +++ b/examples/README.md @@ -87,8 +87,8 @@ Example | Description Example | Description --- | --- -[2D Gizmos](../examples/2d/2d_gizmos.rs) | A scene showcasing 2D gizmos [2D Bloom](../examples/2d/bloom_2d.rs) | Illustrates bloom post-processing in 2d +[2D Gizmos](../examples/2d/2d_gizmos.rs) | A scene showcasing 2D gizmos [2D Rotation](../examples/2d/rotation.rs) | Demonstrates rotating entities in 2D with quaternions [2D Shapes](../examples/2d/2d_shapes.rs) | Renders a rectangle, circle, and hexagon [Manual Mesh 2D](../examples/2d/mesh2d_manual.rs) | Renders a custom mesh "manually" with "mid-level" renderer apis @@ -107,8 +107,8 @@ Example | Description Example | Description --- | --- -[3D Gizmos](../examples/3d/3d_gizmos.rs) | A scene showcasing 3D gizmos [3D Bloom](../examples/3d/bloom_3d.rs) | Illustrates bloom configuration using HDR and emissive materials +[3D Gizmos](../examples/3d/3d_gizmos.rs) | A scene showcasing 3D gizmos [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 [Atmospheric Fog](../examples/3d/atmospheric_fog.rs) | A scene showcasing the atmospheric fog effect