2 Topics

Member Avatar for
Member Avatar for nickecarlo

Hey, I have the following piece of code in Processing (programming language) that I am supposed to change and implement in new ways. However I just can't seem to understand it. I would love it if someone here explained it to me step by step. Here's the code: [CODE]// TREE …

Member Avatar for TrustyTony
0
217
Member Avatar for NotThereAnymore

I'm working on a project using Lindenmayer systems([url]http://en.wikipedia.org/wiki/L-system[/url]) to simulate the animation of a tree growing. It uses recursion to determine how the branches and leaves of the tree appear. The program uses OpenGL and my programming language is C++. Here's what I've defined my L-System with: derivative length: 10 …

Member Avatar for NotThereAnymore
0
7K

The End.