Weber & Penn
Purpose
Try it !
You can simply test the Weber&Penn package installing it in a conda environment:
conda create -n openalea -c conda-forge -c openalea3 openalea.weberpenn
conda activate openalea
Example
Let’s load a .mtg
file and apply Weber & Penn rules to this plant:
from openalea.mtg import *
from openalea.weberpenn.mtg_client import *
g = default_mtg()
param = Quaking_Aspen()
wp = Weber_MTG(param, g)
wp.run()
LICENSE
This package is distributed under the CeCILL-C license.
Links
- Link to github
Reference
- Weber, Jason, and Joseph Penn. “Creation and rendering of realistic trees.” Proceedings of the 22nd annual conference on Computer graphics and interactive techniques. 1995.