diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2020-11-09 23:28:49 +0300 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2020-11-09 23:28:49 +0300 |
| commit | 0408d33694635cdc28db23c9c6388bd916626bde (patch) | |
| tree | 843f2e61b8f5652ff3b2f19779820c223403ca7d /task04/Geometric.txt | |
Добавил первые 4 задания
Diffstat (limited to 'task04/Geometric.txt')
| -rw-r--r-- | task04/Geometric.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/task04/Geometric.txt b/task04/Geometric.txt new file mode 100644 index 0000000..6153292 --- /dev/null +++ b/task04/Geometric.txt @@ -0,0 +1,38 @@ +frame 20 10 + +model 1.5 1 3 2 +color 0 255 0 +thickness 3 +path 5 +0.5 0.5 +0.5 1.5 +2.5 1.5 +2.5 0.5 +0.5 0.5 + +pushTransform +rotate -45 +pushTransform +scale 2.25 +translate 5 5 +figure +popTransform +scale 0.75 +translate 15 1 +figure +translate 0 8 +figure +popTransform + +model 1 1.25 2 2.5 +color 255 0 0 +path 4 +0.5 0.5 +1 2 +1.5 0.5 +0.5 0.5 + +rotate 90 +scale 1.5 +translate 15 5 +figure
\ No newline at end of file |