Compare commits
4 Commits
048148967b
...
1a2fbe84b9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a2fbe84b9 | ||
|
|
4581bb3e37 | ||
|
|
63b99262a9 | ||
|
|
bebb802f36 |
11
carto.pov
11
carto.pov
@ -17,17 +17,6 @@
|
|||||||
|
|
||||||
#include "dynamic.inc"
|
#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
|
// dessiner une grille
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
/* ======================================================= */
|
/* ======================================================= */
|
||||||
|
|
||||||
#include "groundbase.inc"
|
#include "groundbase.inc"
|
||||||
|
#include "xperiment.inc"
|
||||||
#include "gadgets.inc"
|
#include "gadgets.inc"
|
||||||
|
|
||||||
/* ======================================================= */
|
/* ======================================================= */
|
||||||
@ -398,6 +398,12 @@ union {
|
|||||||
object { Les_HexaPoles }
|
object { Les_HexaPoles }
|
||||||
object { Horloge rotate y*27 translate < 3, 0, -30> }
|
object { Horloge rotate y*27 translate < 3, 0, -30> }
|
||||||
object { Les_Choses }
|
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> }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
|
|||||||
@ -35,8 +35,8 @@ object { Le_Decor }
|
|||||||
|
|
||||||
// object { Repere scale 3 translate <SzSol, 2, SzSol> }
|
// object { Repere scale 3 translate <SzSol, 2, SzSol> }
|
||||||
|
|
||||||
#local DistCam = 297;
|
#local DistCam = 299;
|
||||||
#local CK = -0.111 + (0.222 * NormClock);
|
#local CK = -0.101 + (0.201 * NormClock);
|
||||||
#declare CamX = DistCam * sin(CK);
|
#declare CamX = DistCam * sin(CK);
|
||||||
#declare CamY = 28;
|
#declare CamY = 28;
|
||||||
#declare CamZ = DistCam * cos(CK);
|
#declare CamZ = DistCam * cos(CK);
|
||||||
@ -47,5 +47,5 @@ camera {
|
|||||||
// focal_point <2, 1, 12>
|
// focal_point <2, 1, 12>
|
||||||
// aperture 0.046
|
// aperture 0.046
|
||||||
// blur_samples 30
|
// blur_samples 30
|
||||||
angle 7
|
angle 6.5
|
||||||
}
|
}
|
||||||
|
|||||||
@ -121,6 +121,7 @@ union {
|
|||||||
#local K2 = K + 1.35;
|
#local K2 = K + 1.35;
|
||||||
box { <-K2, 0, -K2>, <K2, 1, K2> pigment { Gray30 } }
|
box { <-K2, 0, -K2>, <K2, 1, K2> pigment { Gray30 } }
|
||||||
}
|
}
|
||||||
|
scale 0.5
|
||||||
// rotate -y * (clock*0.33)
|
// rotate -y * (clock*0.33)
|
||||||
#end
|
#end
|
||||||
// =======================================================
|
// =======================================================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user