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

@@ -7,38 +7,15 @@
#version 3.7;
global_settings { assumed_gamma 1.0 }
#include "contexte.inc"
#include "colors.inc"
#include "metals.inc"
#include "textures.inc"
/*------------------------------------------------------------------*/
plane {
y, 0
pigment
{
brick Gray35, rgb<0.50, 0.40, 0.20>
rotate z*90
}
}
sky_sphere {
pigment
{
gradient y
color_map
{
[0 color Khaki]
[0.2 color <0 , .1, .2>]
[0.5 color <0.2 , 0, 0>]
[0.6 color <0 , .2, .1>]
[1 color Khaki]
}
turbulence 2.5
}
rotate 50
scale 2
}
#include "monde.inc"
#include "incs/train.inc"
#include "incs/rails.inc"
@@ -70,7 +47,7 @@ camera
location <18, 10, -45>
right image_width/image_height*x
look_at <0, 6, 0>
angle 62
angle ANGLE_CAM
}
light_source { <550, 725, -900> color Gray60 }