diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-05-06 17:57:06 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-05-06 17:57:06 +0200 |
commit | a90d54e578b7d309ba680d5fd5f6c8721b082096 (patch) | |
tree | 49bd3c1f686aa7035cc513d56aad7733efb3c111 /vorlesungen/slides/7/images/Makefile | |
parent | add slide (diff) | |
download | SeminarMatrizen-a90d54e578b7d309ba680d5fd5f6c8721b082096.tar.gz SeminarMatrizen-a90d54e578b7d309ba680d5fd5f6c8721b082096.zip |
new slide
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 |