X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=blobdiff_plain;f=NEWS;h=6a334fdf036ba02bb93a6e14afd93daf4d605a1b;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=HEAD;hpb=9469555e9034ef089e49b090b65253e73a19f357 diff --git a/NEWS b/NEWS index e69de29..6a334fd 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,27 @@ +LSystem3D 0.2.1 + * Minor bugfix + +LSystem3D 0.2.0 + * Stochastic L-system + * Menu bar with "File" and "Help" menus + * Reenabled the save/load functions + * Save initial diameter and factor + +LSystem3D 0.1.0 + * Migration from GLUI to FOX toolkit + * Multicolor support + * Draw polygons (leaves) with correct normals + * Diameter control of segment + * Node rewriting + * Temporarily disabled save/load function + * Removed angle updates in real time + * Renamed "Iterations" -> "Depth" + +LSystem3D 0.0.1-2 + * Configuration bugfix + +LSystem3D 0.0.1-1 + * Interpret basic rules (edge rewriting, bracketed) + * Simple 3D rendering + * Axiom/rules/angle/iterations input in GUI + * Save/load from file