diff --git a/pr/roboter/GNUmakefile b/pr/roboter/GNUmakefile index a762392..b751c5f 100644 --- a/pr/roboter/GNUmakefile +++ b/pr/roboter/GNUmakefile @@ -4,20 +4,16 @@ POVBIN=/usr/bin POVINC=$(POVHOME)/include POVRAY=$(POVBIN)/x-povray -# image -WIDTH=400 -HEIGHT=300 all: \ test-kopf.ppm \ test-hand.ppm \ test-torso.ppm \ - test-font.ppm \ test-roboter.ppm \ %.ppm: %.pov - $(POVRAY) +W$(WIDTH) +H$(HEIGHT) +V -I$< +L$(POVINC) +D +FP + $(POVRAY) +V -I$< +L$(POVINC) +D +FP %.pov: make% $< > $@ diff --git a/pr/roboter/povray.ini b/pr/roboter/povray.ini index 7912c54..5591769 100644 --- a/pr/roboter/povray.ini +++ b/pr/roboter/povray.ini @@ -1,5 +1,4 @@ +A -+fp +w400 +h300 +d1 ++fp +w320 +h240 +d1 +l/usr/local/povray3/include -+l/home/hjp/wrk/dgk display_gamma = 2.2