add a new sequence : cutoff

This commit is contained in:
Tonton Th
2025-01-27 03:33:53 +01:00
parent b344d0b762
commit 1944fdd337
3 changed files with 76 additions and 2 deletions

View File

@@ -16,6 +16,9 @@ PNG: essai.png scene.png topview.png passage.png \
topview.png: topview.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
cutoff.png: cutoff.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@