diff --git a/2021/sketch_2021_03_30a_h2o/sketch_2021_03_30a_h2o.pyde b/2021/sketch_2021_03_30a_h2o/sketch_2021_03_30a_h2o.pyde index ff0e3163..8425bd79 100644 --- a/2021/sketch_2021_03_30a_h2o/sketch_2021_03_30a_h2o.pyde +++ b/2021/sketch_2021_03_30a_h2o/sketch_2021_03_30a_h2o.pyde @@ -1,5 +1,3 @@ - - moleculas = [] def setup(): @@ -29,16 +27,3 @@ def draw(): def keyPressed(): saveFrame("agua.png") - - -# def H2O(x, y, tamanho=6): -# deslocamento = tamanho * 0.66 -# pushMatrix() -# translate(x, y) -# rotate(x + y) -# fill(0, 0, 200) -# circle(0, 0, tamanho) -# fill(255) -# circle(tamanho / 2.0, -deslocamento, deslocamento) -# circle( tamanho / 2.0, +deslocamento, deslocamento) -# popMatrix()