add a raytraced view
This commit is contained in:
8
Docs/Makefile
Normal file
8
Docs/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
DIMS = -W800 -H600
|
||||
POVOPT = -q9 -a +WT4 -d
|
||||
|
||||
myrysrover.png: myrysrover.pov Makefile
|
||||
povray $(POVOPT) $(DIMS) -i$< -o$@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user