first complete run

This commit is contained in:
le vieux
2021-03-08 14:35:37 +01:00
parent 7dc34a8b38
commit 8441d5ebe9
11 changed files with 284 additions and 48 deletions

43
ridelles.pov Normal file
View File

@@ -0,0 +1,43 @@
#version 3.7;
#include "colors.inc"
#include "metals.inc"
#include "textures.inc"
global_settings {
ambient_light Gray15
assumed_gamma 1.0 /* pour povray 3.7 */
}
/*------------------------------------------------------------------*/
#include "monde.inc"
#include "incs/train.inc"
#include "incs/rails.inc"
object { Un_Rail_Droit }
object { Un_Rail_Droit translate z*-100 }
object { Un_Rail_Droit translate z* 100 }
#include "incs/ridelles.inc"
object { Wagon_Ridelles translate <0, 2, 0> }
/*------------------------------------------------------------------*/
camera
{
spherical
location <100, 35, -90>
right x*image_width/image_height
look_at <0, 5, 0>
angle 20
}
light_source { <20, 70, -200> color White }
light_source { <-20, 170, -150> color White }
/*------------------------------------------------------------------*/