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

@@ -6,40 +6,14 @@
#version 3.7;
global_settings { assumed_gamma 1.0 }
#include "contexte.inc"
#include "colors.inc"
#include "metals.inc"
/*------------------------------------------------------------------*/
disc {
<0, 0, 0>, y, 100
pigment
{
brick Gray45, rgb<0.81, 0.42, 0.40>
rotate z*90
}
scale 2
rotate y*12
}
sky_sphere {
pigment
{
gradient y
color_map
{
[0 color Black]
[0.33 color <0.6, 0.3, 0.5> ]
[0.44 color <0.6, 0.3, 0.1> ]
[0.66 color Blue]
[1 color Black]
}
turbulence 0.92
}
scale 0.82
rotate 42
}
#include "monde.inc"
#include "incs/train.inc"
#include "incs/locomotive.inc"
@@ -99,7 +73,7 @@ camera
location <44, 4, -110>
right image_width/image_height*x
look_at <10, 1.9, 0>
angle 62
angle ANGLE_CAM
}
light_source { <150, 78, -250> color Gray20 }