began black and white edition

This commit is contained in:
CDaut 2023-07-06 15:59:51 +02:00
parent e5b12d9bad
commit 22207962d8
4 changed files with 20 additions and 20 deletions

View file

@ -22,7 +22,7 @@
% occlusion tri
\draw[
fill,
red
darkgray
] (3,2) -- (4.5,0.2) -- (6,3);
% samples
@ -33,10 +33,10 @@
3.5/2.5,
5.5/0.5
}
\node[fill = yellow] at (\x,\y) {};
\node[fill = black] at (\x,\y) {};
\node[
fill = yellow,
fill opacity = 0.4,
fill = black,
fill opacity = 0.5,
] at (4.5,1.5) {};
\end{tikzpicture}