PovJouets/benne.pov

42 lines
802 B
POVRay
Raw Normal View History

2021-03-08 05:24:35 +01:00
/*
un fichier de test.
poser le wagon benne sur les rails.
*/
#version 3.7;
global_settings { assumed_gamma 1.0 }
#include "colors.inc"
#include "metals.inc"
/*------------------------------------------------------------------*/
#include "incs/train.inc"
#include "incs/rails.inc"
#include "incs/benne.inc"
#include "incs/decor.inc"
object { Balise_0 translate x*95 }
object { Un_Rail_Droit }
object { Wagon_Benne translate y*2 }
/*------------------------------------------------------------------*/
2021-03-13 18:56:21 +01:00
#include "monde.inc"
2021-03-08 05:24:35 +01:00
camera
{
location <35.5, 13, 20>
2021-03-11 23:33:35 +01:00
right image_width/image_height*x
2021-03-08 05:24:35 +01:00
look_at <0, 6, 0>
angle 51
}
light_source { <90, 131, 190> color White }
light_source { <90, 111, 250> color White }
/*------------------------------------------------------------------*/