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 @@ -784,13 +784,13 @@ wasm = true
784
784
785
785
[[example ]]
786
786
name = " bounding_2d"
787
- path = " examples/2d /bounding_2d.rs"
787
+ path = " examples/math /bounding_2d.rs"
788
788
doc-scrape-examples = true
789
789
790
790
[package .metadata .example .bounding_2d ]
791
- name = " 2D Bounding Volume Intersections"
791
+ name = " Bounding Volume Intersections (2D) "
792
792
description = " Showcases bounding volumes and intersection tests"
793
- category = " 2D Rendering "
793
+ category = " Math "
794
794
wasm = true
795
795
796
796
[[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
@@ -373,6 +372,7 @@ Example | Description
373
372
374
373
Example | Description
375
374
--- | ---
375
+ [ Bounding Volume Intersections (2D)] ( ../examples/math/bounding_2d.rs ) | Showcases bounding volumes and intersection tests
376
376
[ Cubic Splines] ( ../examples/math/cubic_splines.rs ) | Exhibits different modes of constructing cubic curves using splines
377
377
[ Custom Primitives] ( ../examples/math/custom_primitives.rs ) | Demonstrates how to add custom primitives and useful traits for them.
378
378
[ 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