bevy/crates/bevy_sprite/src/mesh2d
CGMossa 33f9b3940d Updated glam to 0.21. (#5142)
Removed `const_vec2`/`const_vec3`
and replaced with equivalent `.from_array`.

# Objective

Fixes #5112 

## Solution

- `encase` needs to update to `glam` as well. See teoxoy/encase#4 on progress on that. 
- `hexasphere` also needs to be updated, see OptimisticPeach/hexasphere#12.
2022-07-03 19:55:33 +00:00
..
color_material.rs Updated glam to 0.21. (#5142) 2022-07-03 19:55:33 +00:00
color_material.wgsl Split mesh shader files (#4867) 2022-05-31 23:23:25 +00:00
material.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
mesh.rs Add reusable shader functions for transforming position/normal/tangent (#4901) 2022-06-14 00:32:33 +00:00
mesh2d.wgsl Add reusable shader functions for transforming position/normal/tangent (#4901) 2022-06-14 00:32:33 +00:00
mesh2d_bindings.wgsl Split mesh shader files (#4867) 2022-05-31 23:23:25 +00:00
mesh2d_functions.wgsl Add reusable shader functions for transforming position/normal/tangent (#4901) 2022-06-14 00:32:33 +00:00
mesh2d_types.wgsl Split mesh shader files (#4867) 2022-05-31 23:23:25 +00:00
mesh2d_view_bindings.wgsl Split mesh shader files (#4867) 2022-05-31 23:23:25 +00:00
mesh2d_view_types.wgsl Split mesh shader files (#4867) 2022-05-31 23:23:25 +00:00
mod.rs Add 2d meshes and materials (#3460) 2022-01-08 01:29:08 +00:00