Mathematical Lego Sculptures
Daedalus_ writes "Some guy has created mathematical surfaces (mobius strips, klein bottles, etc) out of Legos. He also has some other interesting creations (such as Dilbert figurines and a Hoberman Sphere)."
← Back to Stories (view on slashdot.org)
Creating legos out of mathematical surfaces... (Use POVRay to render this :D).
// example of object unions
,
.5
#include "colors.inc"
#include "textures.inc"
#include "metals.inc"
camera {
location
look_at
}
plane { , -1
pigment {
checker color Red, color Blue
}
}
light_source { color White}
#declare lego=union {
box {
}
#declare cyl1=cylinder {
,
}
object { cyl1 }
object { cyl1 translate }
object { cyl1 translate }
object { cyl1 translate }
object { cyl1 translate }
object { cyl1 translate }
texture { Glossy
pigment { Red }
}
}
object { lego }
object { lego
translate
rotate 20*y
}
I was hoping to see a Calabi-Yau space, myself. How many 1x3's would that take?
Vista:XPSP2::ME:98SE