Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Jan 24, 2024
1 parent ded44f3 commit ea39e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3d/meshlet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fn draw_bounding_spheres(
for circle in &meshlet_debug.circles {
gizmos.circle(
circle.0,
(camera_pos - circle.0).normalize(),
Direction3d::new(camera_pos - circle.0).unwrap(),
circle.1,
Color::BLACK,
);
Expand Down

0 comments on commit ea39e34

Please sign in to comment.