add a new sequence
This commit is contained in:
parent
1eac9d4cfc
commit
070679ec5b
7
Makefile
7
Makefile
@ -1,6 +1,7 @@
|
||||
|
||||
DIMS = -W1600 -H1200
|
||||
POVOPT = +q9 +a0.02 -d
|
||||
# POVOPT = +q9 +a0.02 -d
|
||||
POVOPT = +q9 +A -d
|
||||
POVDEP = contexte.inc elements.inc hexabenz.inc \
|
||||
globals.inc datas/hf.png
|
||||
|
||||
@ -9,7 +10,7 @@ CK=180
|
||||
|
||||
PNG: essai.png scene.png topview.png passage.png \
|
||||
orbite.png hexabenz.png escadrille.png \
|
||||
hexacone.png
|
||||
hexacone.png remote.png
|
||||
|
||||
|
||||
topview.png: topview.pov Makefile $(POVDEP)
|
||||
@ -36,4 +37,6 @@ scene.png: scene.pov Makefile $(POVDEP)
|
||||
escadrille.png: escadrille.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
||||
|
||||
remote.png: remote.pov Makefile $(POVDEP)
|
||||
povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@
|
||||
|
||||
|
39
remote.pov
Normal file
39
remote.pov
Normal file
@ -0,0 +1,39 @@
|
||||
/*
|
||||
* H E X A C O N E - R E M O T E
|
||||
* nouveau projet du Thu Dec 5 11:37:05 AM UTC 2024
|
||||
*/
|
||||
|
||||
#version 3.7;
|
||||
|
||||
#include "globals.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
#include "textures.inc"
|
||||
|
||||
#include "contexte.inc"
|
||||
#include "elements.inc"
|
||||
#include "hexabenz.inc"
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
// object { HexaCone () rotate z*9.1 translate <5, 3, -8> }
|
||||
object { HexaBenz () translate <-4, 2, -5> }
|
||||
|
||||
// light_source { <-16, 17, -24>, rgb <0.51, 0.65, 0.40> }
|
||||
// object { Repere scale 2 }
|
||||
|
||||
#local DistCam = 147;
|
||||
#local CK = 0.78 * NormClock;
|
||||
#declare CamX = DistCam * sin(CK);
|
||||
#declare CamY = 23;
|
||||
#declare CamZ = DistCam * cos(CK);
|
||||
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <0, 0, 0>
|
||||
// focal_point <2, 1, 12>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
angle 10
|
||||
}
|
@ -62,7 +62,7 @@ faire_le_titre ()
|
||||
echo "faire le titre"
|
||||
|
||||
local NBRE=180
|
||||
local SRC="frames/passage/00059.png"
|
||||
local SRC="frames/passage/00099.png"
|
||||
local GRAY="/dev/shm/tmp-titre.png"
|
||||
|
||||
convert -colorspace gray -colors 27 $SRC $GRAY
|
||||
@ -131,7 +131,7 @@ linkfarm topview
|
||||
linkfarm passage
|
||||
linkfarm scene
|
||||
linkfarm orbite
|
||||
|
||||
linkfarm remote
|
||||
linkfarm essai
|
||||
|
||||
tools/plot-timing.sh
|
||||
|
Loading…
Reference in New Issue
Block a user