Generating 3D Objects from Heightfields

Nikolaus Gradwohl2010-03-28T08:39:00+00:00

Back in the old days, when I was a basic hacking teenager, the state of the art technique for getting awsome 3D Graphics on the atari-screen was rendering triangles based on a grayscale bitmap - aka heightfield.

I reanimated this knowledge to generate a 3D object from such a heightfield. so in fact this blog article shows how to take something like this

heightfield

and turn it into something like this.

heightfield

read more ...

printed cableclip

Nikolaus Gradwohl2010-01-11T16:52:00+00:00

I designed a simple cableclip that fits on my desk unsing blender. click here to download the stl file

cableclip1 cableclip2

read more ...

using the BlenderGameEngine as OSC client

Nikolaus Gradwohl2009-03-08T15:18:00+00:00

i just managed to use the GameEngine of blender as a client for OSC events :-)

now i can change the color of a cube by sending osc events from my pd-patch or the ruby-script i wrote for my openframeworks-demo

bge-cube.png

the blend file can be downloaded here

the blend file needs OSC.py by Daniel W. Holth to be in the python searchpath, so either copy it to location you start blender form or copy it to your site-package folder (obviously i'm not the only one who had the idea of using this lib with the blender game engine :-] )

read more ...

blender links

Nikolaus Gradwohl2009-02-23T05:11:00+00:00

This week i played a bit with blender. here are the links and books i found useful.

Links

the main blender site

http://www.blender.org

a tutorial showing how to integrate pythonscripts in the blender game engine

http://blenderbuilt.com/index.php?option=com_content&task=view&id=54&Itemid=103

a blender wikibook

Blender Wiki book

a blender modelling tutorial

http://biorust.com/index.php?page=tutorial_detail&tutid=77&lang=en

Books

Introducing Character Animation with Blender

Bounce, Tumble, and Splash!: Simulating the Physical World with Blender 3D

read more ...