examples

 

This page contains examples and illustrations from the lectures. Each example has images and animations illustrating the results, as well as the MEL script that was used.

Most of the examples require one or more of thescripts from the Algorithmic Architecture script library. To download the scripts [click here].





[koch island fractal] This script is a simple example of non-branching Lindemayer systems (l-systems) at work.

[intelligent lines]
This example combines turtle functions and boundary testing to create 'intelligent' growing lines.
[growing surface] This is a short script that will 'grow' a surface. The surface is created from a series of struts.

[moving tentacles] Uses the turtle functions, an extrude and keyframing to make a set of animated tentacles

[week 2 example] The stair example from week 2
[growing surface with avoidance] A refinement of the 'growing surface' example. This script is identical to the previous example, except it adds 'avoidance' behavior to the struts.


  • examples