monstaaaaaa
Todays theme for 30daysofcreativity is "monster" this is my day 15 project
Blender Monster Tutorial - material animation
I made a video tutorial showing how to animate a material in cycles. The tutorial is presented by my one-tooth-monster.
This is my first videotutorial for blender - so critics/suggestions/hints/.. are welcome.
one-tooth-monster
I modeled a one-tooth-monster using blender 2.63. I used the new knife-tool for the first time and I love it.
I haven't rigged it yet, maybe I will use it for some animations later
you can download the blend file here or you can download a hires image here
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 ...