File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -778,13 +778,13 @@ wasm = true
778
778
779
779
[[example ]]
780
780
name = " bounding_2d"
781
- path = " examples/2d /bounding_2d.rs"
781
+ path = " examples/math /bounding_2d.rs"
782
782
doc-scrape-examples = true
783
783
784
784
[package .metadata .example .bounding_2d ]
785
- name = " 2D Bounding Volume Intersections"
785
+ name = " Bounding Volume Intersections (2D) "
786
786
description = " Showcases bounding volumes and intersection tests"
787
- category = " 2D Rendering "
787
+ category = " Math "
788
788
wasm = true
789
789
790
790
[[example ]]
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ Example | Description
103
103
Example | Description
104
104
--- | ---
105
105
[ 2D Bloom] ( ../examples/2d/bloom_2d.rs ) | Illustrates bloom post-processing in 2d
106
- [ 2D Bounding Volume Intersections] ( ../examples/2d/bounding_2d.rs ) | Showcases bounding volumes and intersection tests
107
106
[ 2D Rotation] ( ../examples/2d/rotation.rs ) | Demonstrates rotating entities in 2D with quaternions
108
107
[ 2D Shapes] ( ../examples/2d/2d_shapes.rs ) | Renders simple 2D primitive shapes like circles and polygons
109
108
[ 2D Viewport To World] ( ../examples/2d/2d_viewport_to_world.rs ) | Demonstrates how to use the ` Camera::viewport_to_world_2d ` method
@@ -372,6 +371,7 @@ Example | Description
372
371
373
372
Example | Description
374
373
--- | ---
374
+ [ Bounding Volume Intersections (2D)] ( ../examples/math/bounding_2d.rs ) | Showcases bounding volumes and intersection tests
375
375
[ Cubic Splines] ( ../examples/math/cubic_splines.rs ) | Exhibits different modes of constructing cubic curves using splines
376
376
[ Custom Primitives] ( ../examples/math/custom_primitives.rs ) | Demonstrates how to add custom primitives and useful traits for them.
377
377
[ Random Sampling] ( ../examples/math/random_sampling.rs ) | Demonstrates how to sample random points from mathematical primitives
File renamed without changes.
You can’t perform that action at this time.
0 commit comments