Initial revision
authorspixx <spixx>
Tue, 25 Apr 2006 13:27:34 +0000 (13:27 +0000)
committerspixx <spixx>
Tue, 25 Apr 2006 13:27:34 +0000 (13:27 +0000)
commite5247a3b88c449937af08f46afc271afda2954a2
treef549f5335d3d381f027133d163275a33de0d8fd3
parentc48a55e9e62ed7a9d46e3c6a53faae4bc05856e5
Initial revision
19 files changed:
lsystem3d/src/callbacks.cpp [new file with mode: 0644]
lsystem3d/src/callbacks.h [new file with mode: 0644]
lsystem3d/src/coordinate.cpp [new file with mode: 0644]
lsystem3d/src/coordinate.h [new file with mode: 0644]
lsystem3d/src/lindenmayersystem.cpp [new file with mode: 0644]
lsystem3d/src/lindenmayersystem.h [new file with mode: 0644]
lsystem3d/src/lsystem.cpp [new file with mode: 0644]
lsystem3d/src/lsystemparameters.cpp [new file with mode: 0644]
lsystem3d/src/lsystemparameters.h [new file with mode: 0644]
lsystem3d/src/model.cpp [new file with mode: 0644]
lsystem3d/src/model.h [new file with mode: 0644]
lsystem3d/src/openglwindow.cpp [new file with mode: 0644]
lsystem3d/src/openglwindow.h [new file with mode: 0644]
lsystem3d/src/turtle.cpp [new file with mode: 0644]
lsystem3d/src/turtle.h [new file with mode: 0644]
lsystem3d/src/vector.cpp [new file with mode: 0644]
lsystem3d/src/vector.h [new file with mode: 0644]
lsystem3d/src/xmlstructure.cpp [new file with mode: 0644]
lsystem3d/src/xmlstructure.h [new file with mode: 0644]