This commit is contained in:
Schmarni
2024-02-22 10:40:53 +01:00
parent adb8b13675
commit 4f753b68de
8 changed files with 76 additions and 21 deletions

View File

@@ -82,9 +82,7 @@ fn setup(
let radius = 5.0;
commands.spawn((
PbrBundle {
mesh: meshes.add(
Sphere::new(radius)
),
mesh: meshes.add(Sphere::new(radius)),
material: materials.add(StandardMaterial {
base_color_texture: Some(images.add(uv_debug_texture())),
..default()