File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ Example | Description
87
87
88
88
Example | Description
89
89
--- | ---
90
- [ 2D Gizmos] ( ../examples/2d/2d_gizmos.rs ) | A scene showcasing 2D gizmos
91
90
[ 2D Bloom] ( ../examples/2d/bloom_2d.rs ) | Illustrates bloom post-processing in 2d
91
+ [ 2D Gizmos] ( ../examples/2d/2d_gizmos.rs ) | A scene showcasing 2D gizmos
92
92
[ 2D Rotation] ( ../examples/2d/rotation.rs ) | Demonstrates rotating entities in 2D with quaternions
93
93
[ 2D Shapes] ( ../examples/2d/2d_shapes.rs ) | Renders a rectangle, circle, and hexagon
94
94
[ Manual Mesh 2D] ( ../examples/2d/mesh2d_manual.rs ) | Renders a custom mesh "manually" with "mid-level" renderer apis
@@ -107,8 +107,8 @@ Example | Description
107
107
108
108
Example | Description
109
109
--- | ---
110
- [ 3D Gizmos] ( ../examples/3d/3d_gizmos.rs ) | A scene showcasing 3D gizmos
111
110
[ 3D Bloom] ( ../examples/3d/bloom_3d.rs ) | Illustrates bloom configuration using HDR and emissive materials
111
+ [ 3D Gizmos] ( ../examples/3d/3d_gizmos.rs ) | A scene showcasing 3D gizmos
112
112
[ 3D Scene] ( ../examples/3d/3d_scene.rs ) | Simple 3D scene with basic shapes and lighting
113
113
[ 3D Shapes] ( ../examples/3d/3d_shapes.rs ) | A scene showcasing the built-in 3D shapes
114
114
[ Atmospheric Fog] ( ../examples/3d/atmospheric_fog.rs ) | A scene showcasing the atmospheric fog effect
You can’t perform that action at this time.
0 commit comments