Author Topic: L systems in 3D  (Read 1600 times)

0 Members and 1 Guest are viewing this topic.

RobbeK

  • Guest
L systems in 3D
« on: May 16, 2015, 11:24:20 AM »
Same as the classic L systems, that works in polar coordinates (turtle) -- this one is extended into spherical. (3D turtle)
the angle exists as an azimuth and an elevation.

Written in PLT Scheme (those are all recursive patterns )  , had to write the string parser myself -- have to correct it , it doesn't know what to do with double spaces (have to write an extra filter).

but it's already working , testing for the moment


best, Rob

.
« Last Edit: May 17, 2015, 01:35:01 AM by RobbeK »