bevy/examples/animation
Kjolnyr cfa750a741
Adding a bezier curve example (#8194)
# Objective

Examples on how to use the freshly merged `Bezier` struct ( #7653 ) are
missing.

## Solution

- Added a `bezier_curve.rs` example in the `animation/` folder.

---------

Co-authored-by: ira <JustTheCoolDude@gmail.com>
Co-authored-by: Aevyrie <aevyrie@gmail.com>
2023-04-17 16:16:56 +00:00
..
animated_fox.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
animated_transform.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
cubic_curve.rs Adding a bezier curve example (#8194) 2023-04-17 16:16:56 +00:00
custom_skinned_mesh.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
gltf_skinned_mesh.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00