|
|
|
|
|
by oneearedrabbit
972 days ago
|
|
Fascinating. These rules are identical, but I don't have xfractint locally to reproduce/troubleshoot the issue. I think I was using https://dmitrykandalov.com/lsystem/ as a playground, and it appears to be fine there. Can you try generating 1/8 or 1/4 curves to check the partial generation? Or these rules--should produce the triangular shape: A=AFFFB-F-FB+F+A
B=B+F+AF-F-AFFFB
|
|
this recipe does work in fractint to produce the triangular shape:
and based on that, this produces the whole cycle: and accordingly this works on Kandalov's site with the same axiom: oh, now i know what the problem is, D is a drawing command in fractint; i had too much D, the opposite of the usual problem. so this works: but i like `simplified` above betterincidentally the paper seems to call it 'h-indexing'