more tweaking on the project

This commit is contained in:
le vieux
2021-03-13 18:56:21 +01:00
parent 4a752d0732
commit 752e11c226
10 changed files with 42 additions and 72 deletions

View File

@@ -6,27 +6,16 @@
#version 3.7;
#include "colors.inc"
#include "metals.inc"
global_settings {
ambient_light Gray15
assumed_gamma 1.0 /* pour povray 3.7 */
}
#include "colors.inc"
#include "metals.inc"
/*------------------------------------------------------------------*/
background { color Gray40 }
plane {
y, 0
pigment
{
hexagon Gray55, rgb<0.55, 0.65, 0.30>, Gray75
scale 20
}
finish { reflection 0.42 }
}
#include "monde.inc"
#include "incs/rails.inc"
#include "incs/train.inc"
@@ -42,7 +31,6 @@ union
camera
{
spherical
right x*image_width/image_height
location <11, 11.1, -54>
look_at <0, 8, -10>