This commit is contained in:
jonathan santis
2024-11-01 15:24:59 +01:00
parent ece4540426
commit 4c31674539
2 changed files with 7 additions and 7 deletions

View File

@@ -82,9 +82,9 @@ fn draw() !void {
// mv_axis_border_bounce(w, &primitive.vec.b, 'x');
// mv_axis_border_bounce(w, &primitive.vec.b, 'y');
// mv_axis_border_bounce(w, &primitive.vec.c, 'x');
// mv_axis_border_bounce(w, &primitive.vec.c, 'y');
mv_axis_border_bounce(w, &polygon.head.?.point, 'Y');
try primitive.polygon_draw(buffer, w, &polygon);
try fill_draw(w, buffer);
// try fill_draw(w, buffer);
try out.print("{s}", .{buffer});
sleep(30000000);