add a new sequence
This commit is contained in:
parent
55a174f4f2
commit
5b2ef0c558
4
Makefile
4
Makefile
@ -13,7 +13,7 @@ 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 \
|
||||
circular.png
|
||||
circular.png panoramic.png
|
||||
echo "make PNG ck=$(CK) done" >> WS/log
|
||||
|
||||
|
||||
@ -62,5 +62,7 @@ carto.png: carto.pov Makefile $(POVDEP)
|
||||
circular.png: circular.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
||||
|
||||
panoramic.png: panoramic.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
||||
|
||||
|
||||
|
45
panoramic.pov
Normal file
45
panoramic.pov
Normal file
@ -0,0 +1,45 @@
|
||||
/*
|
||||
* H E X A C O N E - P A N O R A M I C
|
||||
* 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 }
|
||||
|
||||
// =======================================================
|
||||
|
||||
#debug "ACTION !!!\n"
|
||||
#include "dynamic.inc"
|
||||
|
||||
|
||||
// ------------------------------------------------------ ##
|
||||
// ------------------------------------------------------ ##
|
||||
|
||||
// =======================================================
|
||||
|
||||
#declare CamY = 7 + (3*Cos_01(NormClock));
|
||||
|
||||
|
||||
#declare LatX = 20 * cos(NormClock*1.81);
|
||||
#declare LatY = 3.8;
|
||||
#declare LatZ = 20 * sin(NormClock*2.53);
|
||||
object { Repere scale 2 translate <LatX, LatY, LatZ> }
|
||||
|
||||
camera {
|
||||
// orthographic
|
||||
location <0, CamY, 0>
|
||||
look_at <LatX, LatY, LatZ>
|
||||
angle 70
|
||||
}
|
@ -147,6 +147,7 @@ linkfarm hexawood
|
||||
linkfarm escadrille
|
||||
linkfarm survol
|
||||
linkfarm cutoff
|
||||
linkfarm panoramic
|
||||
linkfarm topview
|
||||
linkfarm passage
|
||||
linkfarm scene
|
||||
|
Loading…
Reference in New Issue
Block a user