Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Oct 15, 2024
1 parent 82d9d12 commit 5b8e35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/surfel_plane.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub fn setup_surfel_compare(
position_visibility: position.into(),
rotation: [0.0, 0.0, 0.0, 1.0].into(),
scale_opacity: scale.into(),
spherical_harmonic: blue_sh.clone(),
spherical_harmonic: blue_sh,
};
blue_gaussians.push(gaussian);
}
Expand Down Expand Up @@ -89,7 +89,7 @@ pub fn setup_surfel_compare(
position_visibility: position.into(),
rotation: [0.0, 0.0, 0.0, 1.0].into(),
scale_opacity: scale.into(),
spherical_harmonic: red_sh.clone(),
spherical_harmonic: red_sh,
};
red_gaussians.push(gaussian);
}
Expand Down

0 comments on commit 5b8e35a

Please sign in to comment.