new monsters (again)

Nikolaus Gradwohl2011-05-20T05:50:00+02:00

new monsters appeared, but my friends and I got them!

read more ...

some more new monsters

Nikolaus Gradwohl2011-03-03T14:19:27+01:00

I found some new monsters this week

read more ...

how to make a tentacle using processing and toxiclibs

Nikolaus Gradwohl2011-02-23T03:34:29+01:00

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

tentacle tentacle 3D printed

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

Nikolaus Gradwohl2010-08-23T06:15:00+02:00

These are some monsters that have been found out on the street (tnx to sidney and paul for the ticket monster :-))

read more ...

Holliday Monsters

Nikolaus Gradwohl2010-07-30T07:32:01+02:00

These are some monsters i found in during my holliday

read more ...

some more new monsters

Nikolaus Gradwohl2010-07-03T16:06:00+02:00

This is a bunch of new monsters I found or got sent from my friends and relatives

read more ...

a bunch of new monster

Nikolaus Gradwohl2010-06-09T20:49:00+02:00

This is a bunch of new monsters I found or got sent from my friends and relatives

read more ...

Thermometer Monster

Nikolaus Gradwohl2010-05-25T05:47:00+02:00

I found another monster. This one tried to hide in the battery compartment of a clinical thermometer.

thermometer-monster

read more ...

Monitor Monster

Nikolaus Gradwohl2010-05-11T02:23:00+02:00

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

monitor monster

read more ...

A second Car-Part-Monster

Nikolaus Gradwohl2010-04-28T03:20:00+02:00

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

car-part-monster2

read more ...