Posts tonen met het label Processing. Alle posts tonen
Posts tonen met het label Processing. Alle posts tonen

donderdag 11 maart 2010

3D Scanning

Today I tried to make 3D models out of Dennis and Merel with the structured light scanning technique. More information about the technique in this Instructable by Kyle McDonald. I'm fascinated by the atmosphere of the scans. The imperfect and distorted images,vague digital reflections. Because I didn't have enough patience I didn't calibrate the camera very well. I think this caused more distortion. I think I like it.

vrijdag 11 december 2009

Processing Circles

Another lesson in Processing. Click the mouse and draw growing circles.

zaterdag 10 oktober 2009

Processing

This is an experiment to embed Processing sketches in my blog.
To achive this I used the iframe html code:
iframe src="http://www.yourserverdomain/applet/index.html" height="500" width="500"

The 'applet' folder is the folder in the root of the server where the processing html, jar, and pde files are placed. For this action you need a web server, for example the one where your website is located.