Bourtoulots Express

This commit is contained in:
Tonton Th
2026-06-17 20:58:01 +02:00
parent 17e72ea61c
commit b2a54ecaca
2 changed files with 4 additions and 6 deletions

View File

@@ -12,18 +12,16 @@
#include "incs/benne.inc" #include "incs/benne.inc"
#include "incs/grue.inc" #include "incs/grue.inc"
// object { Boogie }
// object { Grande_Roue }
#include "incs/enseigne.inc" #include "incs/enseigne.inc"
object { Enseigne_Corail_texte } object { Enseigne_Corail_texte }
camera { camera {
location <17.5, 3, 10> location <14.5, 3, 7>
right image_width/image_height*x right image_width/image_height*x
look_at <0, 0, 0> look_at <0, 0, 0>
angle ANGLE_CAM angle ANGLE_CAM
} }
object { Repere scale 0.5 } object { Repere scale 0.20 translate x*0.12 }
light_source { <90, 131, 190> color White } light_source { <90, 131, 190> color White }
light_source { <90, 111, 250> color White } light_source { <90, 111, 250> color White }

View File

@@ -26,7 +26,7 @@ texture { PinkAlabaster scale 3 }
/* ===========================================================*/ /* ===========================================================*/
#declare Enseigne_Corail_plaque = object #declare Enseigne_Corail_plaque = object
{ {
box { <-0.8, -0.01, -3.5>, <0.8, 0.01, 3.5> } box { <-0.5, -0.01, -4.25>, <0.6, 0.01, 4.25> }
pigment { color Blue } pigment { color Blue }
rotate z*90 rotate z*90
} }
@@ -39,7 +39,7 @@ text { ttf "data/tintin_talking.ttf" ,
} }
translate -3.6*x translate -3.6*x
rotate -90 * y rotate -90 * y
translate <0.03, -0.19, 0.00> translate <0.03, -0.19, -0.275>
} }
/* ----------------------------------------------------------- */ /* ----------------------------------------------------------- */
#declare Enseigne_Corail_texte = object #declare Enseigne_Corail_texte = object