From 281fce584e65d26e95863ee684b82a420b25f892 Mon Sep 17 00:00:00 2001 From: spixx Date: Sun, 26 Nov 2006 18:50:34 +0000 Subject: [PATCH] Stochastic L-system. --- src/lsystem.xml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/lsystem.xml b/src/lsystem.xml index 38c9000..9cc121b 100644 --- a/src/lsystem.xml +++ b/src/lsystem.xml @@ -1,13 +1,11 @@ - P - FF - FS[//&&L][//^^L]FS! - [,{-f+ff+f-|-f+ff+f}] - [&&&E'/W////W////W////W////W] - I+[P+O]--//[--L]I[++L]-[PO]++PO - SFS - ['^F][{&&&&-f+f|-f+f}] - 18.0 - 6 + F + [+FL]F/[-FL]F! + F[&FL]F! + F/[-FL]&F! + {,-f++f-|-f++f-'} + 18 + 6 + 1 -- 2.34.1