Archive for the '3D' Category

Voxel Play

Sunday, December 28th, 2008

When I was a junior in college I programmed a small 3D engine using math I didn’t understand. At the time, I didn’t know that I had created something like a voxel 3D engine.

When I began working with processing I learned about voxels through the forums - I remember seeing some great voxel perlin noise, metaballs and other fun experiments there…

Anyway, I was trying to think of a good reason to use a triple nested for loop (for actionsnippet.com) and voxels came to mind. I spent the rest of the day playing around and ended up with some interesting results….

continue reading to see the interactive flash version…

Read the rest of this entry »

Procedural 3D (5,000 pixel sphere)

Thursday, October 2nd, 2008

Just playing with some procedural 3D stuff…. I was actually working in Papervision today and that inspired me to dig up my old 3d functions and start playing…

Read the rest of this entry »