Tweak contour intersection demos

1. Change size of circles indicating intersections
to make it obvious that the circles are not filled,
and that only part of the intersecting shapes are
being drawn.

2. Make intersecting shapes more visible by using
different colors.

3. Animate self-intersecting shape.
This commit is contained in:
Abe Pazos
2020-08-01 11:07:20 +02:00
committed by Edwin Jakobs
parent 6060ebffcd
commit 7c97b80728
3 changed files with 16 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ fun main() {
}
}
for (i in ints) {
drawer.circle(i.position, 15.0)
drawer.circle(i.position, 10.0)
}
}
}