how to make a tentacle using processing and toxiclibs
the Toxiclibs are a very interesting collection of processing libraries. One of the libraries is called volumeutils and allows to use a volumetric space to model a 3D object.
I used it to generate a tentacle and export it as a stl file to make it printable on my 3D-printer.
click here to see it live or download the source-code

In the setup method i define a volumetric space containing 100x100x100 voxel, a iso surface and a Triangle mesh (which is needed to display the object and export it later)
gfx = new ToxiclibsSupport(this);
VolumetricSpace volume = new VolumetricSpaceArray( new Vec3D(100,200,100), 100, 100, 100 );
IsoSurface surface = new ArrayIsoSurface( volume );
mesh = new TriangleMesh();
read more ...Outdoor Monster
These are some monsters that have been found out on the street (tnx to sidney and paul for the ticket monster :-))
read more ...Thermometer Monster
I found another monster. This one tried to hide in the battery compartment of a clinical thermometer.

Monitor Monster
I added another monster to my gallery. This one is sitting right next to me at a customers site.

A second Car-Part-Monster
A friend of mine sent me another car-part monster, he found yesterday. obviously some of them really enjoy hiding in old cars


