make the drwing of the center of the circle a regular feature.
This commit is contained in:
parent
6b558ca8a0
commit
998cffdcbf
@ -360,7 +360,7 @@ fn draw_tween_arc(
|
|||||||
direction,
|
direction,
|
||||||
);
|
);
|
||||||
|
|
||||||
// Debug: draw center using Lyon tessellation
|
// Draw center using Lyon tessellation this helps visualizing what is done.
|
||||||
if let Ok(mesh_data) = crate::tessellation::tessellate_circle(geom.center, 5.0, GRAY, true, 1.0)
|
if let Ok(mesh_data) = crate::tessellation::tessellate_circle(geom.center, 5.0, GRAY, true, 1.0)
|
||||||
{
|
{
|
||||||
draw_mesh(&mesh_data.to_mesh());
|
draw_mesh(&mesh_data.to_mesh());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user