last sequence for 2025, part 2
This commit is contained in:
parent
bef33435a0
commit
d3e630b423
5
Makefile
5
Makefile
@ -20,9 +20,12 @@ PNG: essai.png scene.png topview.png passage.png \
|
|||||||
hexacone.png remote.png survol.png cutoff.png \
|
hexacone.png remote.png survol.png cutoff.png \
|
||||||
carto.png hexawood.png bubblecut.png \
|
carto.png hexawood.png bubblecut.png \
|
||||||
circular.png panoramic.png splined.png \
|
circular.png panoramic.png splined.png \
|
||||||
trident.png
|
trident.png approche.png
|
||||||
echo "make PNG ck=$(CK) done" >> WS/log
|
echo "make PNG ck=$(CK) done" >> WS/log
|
||||||
|
|
||||||
|
approche.png: approche.pov Makefile $(POVDEP)
|
||||||
|
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
|
||||||
|
|
||||||
trident.png: trident.pov Makefile $(POVDEP)
|
trident.png: trident.pov Makefile $(POVDEP)
|
||||||
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
|
povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user