units testing

This commit is contained in:
2024-09-10 20:41:33 -04:00
parent 805fb3feb6
commit b156a33a54
15 changed files with 254 additions and 131 deletions

View File

@@ -107,6 +107,7 @@ fn setup_materials(
base: StandardMaterial {
base_color: Color::srgb(0., 0.878, 1.),
alpha_mode: AlphaMode::Blend,
metallic: 1.0,
..Default::default()
},
extension: WaterMaterial {