All pastes #339464 Raw Edit

Someone

public text v1 · immutable
#339464 ·published 2007-02-04 02:41 UTC
rendered paste body
cyl = CappedCylinder(.5, .5, 2)
tree = AngularHalTransformation([cyl], c, 'c', 360, 1, 0, 0, 0, 0, 2)
tree = AngularHalTransformation([cyl, tree], c, 'b', 360, 0, 1, 0, 0, 0, 2) 
tree = AngularHalTransformation([cyl, tree], c, 'a', 360, 1, 0, 0, 0, 0, 2) 

t.model = Collection([
        CappedCylinder(1, .5, 2),
        tree])