Skip to content

Commit

Permalink
fix meshlet example (bevyengine#14471)
Browse files Browse the repository at this point in the history
# Objective

- meshlet example has broken since bevyengine#14273

## Solution

- disable msaa in meshlet example

Co-authored-by: François Mockers <[email protected]>
  • Loading branch information
re0312 and mockersf authored Jul 25, 2024
1 parent 52a2a3b commit 65628ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/3d/meshlet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ fn setup(
Camera3dBundle {
transform: Transform::from_translation(Vec3::new(1.8, 0.4, -0.1))
.looking_at(Vec3::ZERO, Vec3::Y),
msaa: Msaa::Off,
..default()
},
EnvironmentMapLight {
Expand Down

0 comments on commit 65628ed

Please sign in to comment.