aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/7/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-05-06 17:57:06 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-05-06 17:57:06 +0200
commita90d54e578b7d309ba680d5fd5f6c8721b082096 (patch)
tree49bd3c1f686aa7035cc513d56aad7733efb3c111 /vorlesungen/slides/7/images/Makefile
parentadd slide (diff)
downloadSeminarMatrizen-a90d54e578b7d309ba680d5fd5f6c8721b082096.tar.gz
SeminarMatrizen-a90d54e578b7d309ba680d5fd5f6c8721b082096.zip
new slide
Diffstat (limited to 'vorlesungen/slides/7/images/Makefile')
-rw-r--r--vorlesungen/slides/7/images/Makefile12
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