Playground for L-system
Changing a model and navigating away from it does not forget the changes, but changes are not saved. Previous state can be restored by Reload
-ing.
Save
saves models.Add ...
adds new model to the list but does not yet save it (onlySave
does). (Currently the model, on which new one is based, is changed also. Therefore, preferred method is first toAdd
and then make changes.)Save image ...
saves current image.Delete
removes current model from list but doesn't save the changed list untilSave
is clicked.Reload
reloads all models from file in latest saved state.