bevy/examples/animation
Shane Celis 320d53c1d2
Vary transforms for custom_skinned_mesh example (#15710)
# Objective

Enhance the [custom skinned mesh
example](https://bevyengine.org/examples/animation/custom-skinned-mesh/)
to show some variety and clarify what the transform does to the mesh.

## Solution


https://github.com/user-attachments/assets/c919db74-6e77-4f33-ba43-0f40a88042b3

Add variety and clarity with the following changes:

- vary transform changes,
- use a UV texture,
- and show transform changes via gizmos.

(Maybe it'd be worth turning on wireframe rendering to show what happens
to the mesh. I think it'd be nice visually but might make the code a
little noisy.)

## Testing

I exercised it on my x86 macOS computer. It'd be good to have it
validated on Windows, Linux, and WASM.

---

## Showcase

- Custom skinned mesh example varies the transforms changes and uses a
UV test texture.
2024-10-08 12:37:46 +00:00
..
animated_fox.rs Add Support for Triggering Events via AnimationEvents (#15538) 2024-10-06 10:03:05 +00:00
animated_transform.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
animated_ui.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
animation_events.rs Add Support for Triggering Events via AnimationEvents (#15538) 2024-10-06 10:03:05 +00:00
animation_graph.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
animation_masks.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
color_animation.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
cubic_curve.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
custom_skinned_mesh.rs Vary transforms for custom_skinned_mesh example (#15710) 2024-10-08 12:37:46 +00:00
easing_functions.rs fix some of the ease functions from interpolation (#15706) 2024-10-07 19:08:32 +00:00
gltf_skinned_mesh.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
morph_targets.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00