add a raytraced view

This commit is contained in:
Tonton Th
2026-05-28 02:25:24 +02:00
parent abc9b4c9c1
commit 433c3cfc35
2 changed files with 71 additions and 0 deletions

8
Docs/Makefile Normal file
View File

@@ -0,0 +1,8 @@
DIMS = -W800 -H600
POVOPT = -q9 -a +WT4 -d
myrysrover.png: myrysrover.pov Makefile
povray $(POVOPT) $(DIMS) -i$< -o$@