Compare commits
3 Commits
6c78be63d8
...
d3e630b423
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3e630b423 | ||
|
|
bef33435a0 | ||
|
|
86f8f3b53f |
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$@
|
||||||
|
|
||||||
|
|||||||
40
approche.pov
Normal file
40
approche.pov
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
/*
|
||||||
|
* H E X A C O N E - A P P R O C H E
|
||||||
|
*
|
||||||
|
* new: Sun Oct 19 05:20:49 PM UTC 2025
|
||||||
|
*/
|
||||||
|
|
||||||
|
#version 3.7;
|
||||||
|
|
||||||
|
#include "globals.inc"
|
||||||
|
|
||||||
|
#include "contexte.inc"
|
||||||
|
#include "hexacone.inc"
|
||||||
|
#include "hexabenz.inc"
|
||||||
|
#include "hexawood.inc"
|
||||||
|
#include "trident.inc"
|
||||||
|
#include "dynamic.inc"
|
||||||
|
|
||||||
|
object { Le_Decor }
|
||||||
|
|
||||||
|
// =======================================================
|
||||||
|
|
||||||
|
#declare LocX = 0;
|
||||||
|
#declare LocY = 3.6 - NormClock;
|
||||||
|
#declare LocZ = -210 + (120 * NormClock);
|
||||||
|
#declare LocCam = <LocX, LocY, LocZ>;
|
||||||
|
#declare LatCam = <0, 1.2, 0>;
|
||||||
|
|
||||||
|
// object { Repere scale 5 translate Interpolate(LocCam, LatCam, 0.50) }
|
||||||
|
|
||||||
|
camera {
|
||||||
|
location <LocX, LocY, LocZ>
|
||||||
|
look_at LatCam
|
||||||
|
right <image_width/image_height, 0, 0>
|
||||||
|
// focal_point <0.37, 0.0, 0>
|
||||||
|
// aperture 0.046
|
||||||
|
// blur_samples 30
|
||||||
|
angle 42
|
||||||
|
}
|
||||||
|
|
||||||
|
// =======================================================
|
||||||
@ -24,7 +24,7 @@ object { Le_Decor }
|
|||||||
-0.2, <-2, 1.0, -2>, // control point
|
-0.2, <-2, 1.0, -2>, // control point
|
||||||
|
|
||||||
0.0, < 0, 1.3, -2>, // start point
|
0.0, < 0, 1.3, -2>, // start point
|
||||||
0.2, < 2, 1.0, -2>,
|
0.2, < 2, 1.0, -1>,
|
||||||
0.4, < 1, 1.5, 0>,
|
0.4, < 1, 1.5, 0>,
|
||||||
0.6, < 0, 2.2, 0>,
|
0.6, < 0, 2.2, 0>,
|
||||||
0.8, <-1, 0.9, 1>,
|
0.8, <-1, 0.9, 1>,
|
||||||
|
|||||||
@ -43,10 +43,10 @@ do
|
|||||||
# echo $frame $img $txt
|
# echo $frame $img $txt
|
||||||
convert ${TMPIMG} \
|
convert ${TMPIMG} \
|
||||||
-font Courier-Bold \
|
-font Courier-Bold \
|
||||||
-pointsize 22 \
|
-pointsize 26 \
|
||||||
-kerning 4 \
|
-kerning 5 \
|
||||||
-fill ${TEXTCOL} \
|
-fill ${TEXTCOL} \
|
||||||
-strokewidth 2 -stroke $STROKOL \
|
-strokewidth 1 -stroke $STROKOL \
|
||||||
-gravity north \
|
-gravity north \
|
||||||
-annotate +12+5 "$txt" \
|
-annotate +12+5 "$txt" \
|
||||||
${img}
|
${img}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user