draw new boxes (J)

This commit is contained in:
Florian Stecker
2020-06-29 18:59:49 -05:00
parent bc2fdcd132
commit 17de77de59
2 changed files with 118 additions and 239 deletions

1
main.c
View File

@@ -25,6 +25,7 @@ void setupContext(DrawingContext *ctx)
ctx->k[1] = 4;
ctx->k[2] = 4;
ctx->parameter = 5.35;
// ctx->parameter = 2.77;
// ctx->parameter = 0.1;
ctx->show_boxes = 0;
ctx->show_boxes2 = 0;