add a sequence

This commit is contained in:
Tonton Th 2025-06-19 14:33:30 +02:00
parent 435d5b56b3
commit 92a015b46a
3 changed files with 48 additions and 1 deletions

View File

@ -12,7 +12,8 @@ CK=180
PNG: essai.png scene.png topview.png passage.png \
orbite.png hexabenz.png escadrille.png \
hexacone.png remote.png survol.png cutoff.png \
carto.png hexawood.png bubblecut.png
carto.png hexawood.png bubblecut.png \
circular.png
echo "make PNG ck=$(CK) done" >> WS/log
@ -58,4 +59,8 @@ survol.png: survol.pov Makefile $(POVDEP)
carto.png: carto.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
circular.png: circular.pov Makefile $(POVDEP)
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@

41
circular.pov Normal file
View File

@ -0,0 +1,41 @@
/*
* H E X A C O N E - E S S A I
* nouveau projet du Thu Dec 5 11:37:05 AM UTC 2024
*/
#version 3.7;
#include "globals.inc"
#include "contexte.inc"
#include "gadgets.inc"
#include "hexacone.inc"
#include "hexabenz.inc"
#include "hexawood.inc"
#include "trident.inc"
// =======================================================
#include "dynamic.inc"
object { Le_Decor }
// =======================================================
#declare R_circ = (SzSol * 1.40);
#declare CK = NormClock * 2 * 3.141592654;
#declare CamX = R_circ * cos(CK);
#declare CamY = 3.08;
#declare CamZ = R_circ * sin(CK);
#declare LatX = R_circ * 0.92 * cos(CK + 0.09);
#declare LatY = 3;
#declare LatZ = R_circ * 0.91 * sin(CK + 0.09);
camera {
// orthographic
location <CamX, CamY, CamZ>
look_at <LatX, LatY, LatZ>
angle 66
}

View File

@ -149,6 +149,7 @@ linkfarm topview
linkfarm passage
linkfarm scene
linkfarm carto
linkfarm circular
linkfarm bubblecut
linkfarm orbite
linkfarm hexacone