|
|||
|
|
|||
| timmcginley.com | |||
COMMERCIAL SOFTWARE |
OPEN SOURCE |
||
| BASIC - ArchiCAD - GDL | C++ - 3ds Max - MaxScript | JAVA- Processing | |
|
|||
Great access parametric modelling language for working in 3D a powerful simple tool for drawing and modelling but no concept of time |
a much more flexible object oriented approach to programming, | can do most of what the other do with the advantage of being able to run on the web |
|
SIMPLICITY |
POWER |
BEAUTY |
|
rep = 2000 addy rnd(20) block rnd(2),rnd(3),rnd(1) end |
pos = [0.0,0.0,0.0] iter = 3600 rez = 16 for t = 0 to iter by 5 do ( g= (sin (t))*(t/5) h= (sin (t))*(250*sin(pi*t)) i= (cos (t))*200 pos.x = g; pos.y = h; pos.z = i; chav = sphere radius:(sin(t)*20) chav.pos = pos chav.segments = rez ) max tool zoomextents all |
||