Skip to content

Commit

Permalink
Add center of the reference circle
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Oct 20, 2018
1 parent b7fa63f commit 8240cd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/cindygl/24_webcam_inversion.html
Expand Up @@ -33,7 +33,10 @@
if(mirror, z = -re(z)+i*im(z));
if(inv, z = 1.0/(re(z)-i*im(z)), z = z/5.0);
imagergb(video, z*(10.1+mouse().y))));
if (circle, fillcircle([0,0],2.23,color->(1,0,0.3),alpha->0.3));
if (circle,
fillcircle([0,0],2.23,color->(1,0,0.3),alpha->0.3);
fillcircle([0,0],0.05,color->(1,0,0),alpha->0.8);
);
</script>

</head>
Expand Down

0 comments on commit 8240cd3

Please sign in to comment.