Compare commits

..

4 Commits

Author SHA1 Message Date
Tonton Th
1a2fbe84b9 camera tuning 2025-11-02 09:54:01 +01:00
Tonton Th
4581bb3e37 make your things at the correct size 2025-11-01 18:30:14 +01:00
Tonton Th
63b99262a9 move things to the context 2025-10-31 20:45:03 +01:00
Tonton Th
bebb802f36 add new thins to the context 2025-10-31 20:29:14 +01:00
4 changed files with 11 additions and 15 deletions

View File

@ -17,17 +17,6 @@
#include "dynamic.inc"
// XXX
#include "xperiment.inc"
// XXX
object { Les_Arches rotate y*59 translate <-32, 0, 20> }
object { Les_Arches rotate y*159 translate <-34, 0, -26> }
object { Les_Cahutes () translate <32, 0, -9> }
object { Les_Cahutes () rotate y*7 translate <37, 0, -22> }
// ---------------------------------------------------------
// dessiner une grille

View File

@ -7,7 +7,7 @@
/* ======================================================= */
#include "groundbase.inc"
#include "xperiment.inc"
#include "gadgets.inc"
/* ======================================================= */
@ -398,6 +398,12 @@ union {
object { Les_HexaPoles }
object { Horloge rotate y*27 translate < 3, 0, -30> }
object { Les_Choses }
object { Les_Arches rotate y*59 translate <-32, 0, 20> }
object { Les_Arches rotate y*156 translate <-34, 0, -26> }
object { Les_Cahutes () translate <32, 0, -9> }
object { Les_Cahutes () rotate y*7 translate <61, 0, -55> }
}
}
/* ------------------------------------------------------------ */

View File

@ -35,8 +35,8 @@ object { Le_Decor }
// object { Repere scale 3 translate <SzSol, 2, SzSol> }
#local DistCam = 297;
#local CK = -0.111 + (0.222 * NormClock);
#local DistCam = 299;
#local CK = -0.101 + (0.201 * NormClock);
#declare CamX = DistCam * sin(CK);
#declare CamY = 28;
#declare CamZ = DistCam * cos(CK);
@ -47,5 +47,5 @@ camera {
// focal_point <2, 1, 12>
// aperture 0.046
// blur_samples 30
angle 7
angle 6.5
}

View File

@ -121,6 +121,7 @@ union {
#local K2 = K + 1.35;
box { <-K2, 0, -K2>, <K2, 1, K2> pigment { Gray30 } }
}
scale 0.5
// rotate -y * (clock*0.33)
#end
// =======================================================