need more work...

This commit is contained in:
le vieux
2021-03-15 03:08:13 +01:00
parent 752e11c226
commit 9430b5f133
22 changed files with 141 additions and 212 deletions

View File

@@ -1,8 +1,9 @@
/*
* une citerne pour transporter le pinard
*/
#version 3.7;
#include "contexte.inc"
#include "colors.inc"
#include "metals.inc"
@@ -24,30 +25,14 @@ object { Wagon_Citerne translate y*2 }
/*------------------------------------------------------------------*/
#include "plancher.inc"
object { Plancher_0 scale <.5, 1, .5> }
sky_sphere {
pigment
{
gradient x
color_map
{
[0 color Green]
[0.33 color Gray30 ]
[1 color Blue]
}
}
scale 0.5
translate -1
}
#include "monde.inc"
camera
{
location <36, 13, -11>
right image_width/image_height*x
look_at <0, 5.8, 0>
angle 61
angle ANGLE_CAM
}
light_source { <290, 131, -190> color White }