bevy/examples/transforms
罗智芃 e89b043210 Fix material alpha_mode in example global_vs_local_translation (#6658)
# Objective

The global_vs_local_translation example tries to use transparency to identify static cubes, but the materials of those cubes aren't transparent.

## Solution

Change material alpha_mode to  `AlphaMode::Blend` for those cubes.
2022-12-01 15:19:54 +00:00
..
3d_rotation.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
global_vs_local_translation.rs Fix material alpha_mode in example global_vs_local_translation (#6658) 2022-12-01 15:19:54 +00:00
scale.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
transform.rs Change From<Icosphere> to TryFrom<Icosphere> (#6484) 2022-11-14 22:34:27 +00:00
translation.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00