diff options
author | User-PC\User <thomas.reichlin@ost.ch> | 2021-05-07 11:27:42 +0200 |
---|---|---|
committer | User-PC\User <thomas.reichlin@ost.ch> | 2021-05-07 11:27:42 +0200 |
commit | 156548662016ee324ea78bc2a9d8b049730eb709 (patch) | |
tree | b859e5461c6224257ef0f22eec52cd47bf0f4ea7 /vorlesungen/slides/7/images/Makefile | |
parent | Push (diff) | |
parent | new slide (diff) | |
download | SeminarMatrizen-156548662016ee324ea78bc2a9d8b049730eb709.tar.gz SeminarMatrizen-156548662016ee324ea78bc2a9d8b049730eb709.zip |
Merge remote-tracking branch 'Upload/master'
Diffstat (limited to 'vorlesungen/slides/7/images/Makefile')
-rw-r--r-- | vorlesungen/slides/7/images/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/vorlesungen/slides/7/images/Makefile b/vorlesungen/slides/7/images/Makefile index cc67c8a..6f99bc3 100644 --- a/vorlesungen/slides/7/images/Makefile +++ b/vorlesungen/slides/7/images/Makefile @@ -3,7 +3,7 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: rodriguez.jpg +all: rodriguez.jpg test.png rodriguez.png: rodriguez.pov povray +A0.1 -W1920 -H1080 -Orodriguez.png rodriguez.pov @@ -16,4 +16,14 @@ commutator: commutator.ini commutator.pov common.inc jpg: for f in c/c*.png; do convert $${f} c/`basename $${f} .png`.jpg; done +dreibein/timestamp: interpolation.m + octave interpolation.m + touch dreibein/timestamp +test.png: test.pov drehung.inc dreibein/d025.inc dreibein/timestamp + povray +A0.1 -W1080 -H1080 -Otest.png test.pov + +dreibein/d025.inc: dreibein/timestamp + +animation: + povray +A0.1 -W1080 -H1080 -Ointerpolation/i.png interpolation.ini |