Animation Node experiment - polar coordinates
For this experiment I specified the target coordinates of some cubes by polar coordinates
you can download the blend file here
sine function spider
Today I made a little spider out of sine-curves. Click on the applet and wiggle to mouse to make it move click here to see it in action or download the source
flowers from arcs in processing
I made a sketch that draws flowers, but the petals arent overlapping circles but touching arcs.
I calculate the radius and the angles of the touching arcs based on the radius of the flower and the number of petals.
then an (petal* 2)-vertex-polygon is inserted to fill the flower.
click here to try them or download the code
sine-function experiment
I played around with ways of visualizing 3D functions in 2D space. This is a visualization of the function f = sin(x*y * c1 + c2).
c1 and c2 can be changed by moving the mousecursor.
click here to try it or download the source
Rotating Möbius-Strip in processing
This is a rotating 3D Möbius-Strip in processing
Click here to try and download the source