fix meshlet example (#14471)
# Objective - meshlet example has broken since #14273 ## Solution - disable msaa in meshlet example Co-authored-by: François Mockers <mockersf@gmail.com>
This commit is contained in:
parent
52a2a3b146
commit
65628ed4aa
@ -50,6 +50,7 @@ fn setup(
|
|||||||
Camera3dBundle {
|
Camera3dBundle {
|
||||||
transform: Transform::from_translation(Vec3::new(1.8, 0.4, -0.1))
|
transform: Transform::from_translation(Vec3::new(1.8, 0.4, -0.1))
|
||||||
.looking_at(Vec3::ZERO, Vec3::Y),
|
.looking_at(Vec3::ZERO, Vec3::Y),
|
||||||
|
msaa: Msaa::Off,
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
EnvironmentMapLight {
|
EnvironmentMapLight {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user