################################################################## # coral # # Scene Coral tree -- skeleton and smoothed body # Author Andrei Sherstyuk # Features Skeletal design method, soft line segments # # Comments The skeleton of the coral is based upon a tree from # Eric Haines's SPD, which was created using Aono and # Kunii's tree generation method. I used a tree with # 31 branches. First, the model is rendered with hard # surfaces, then with the soft ones. Hermite interpo- # lation, 2 interpolants per line segment, tolerance # 0.001. Volatile molecules. Spikes were added using # the spike generator listed below. Only positively # "charged" spikes were used here. # Skeleton NOT shown # # Objects 548 cylinders/lines # Precision SINGLE # Memory ??? # Time 640x480 sample 4, demiurge: 37 min 29 sec (v 7.12)X # # Beautiful ##################################################################