PovJouets/rotonde.pov

31 lines
623 B
POVRay
Raw Normal View History

2021-03-16 00:48:07 +01:00
/*
* le grand garage des trains
*/
2021-03-08 14:35:37 +01:00
#version 3.7;
2021-03-15 03:08:13 +01:00
#include "contexte.inc"
2021-03-08 14:35:37 +01:00
/*------------------------------------------------------------------*/
#include "incs/poteaux.inc"
object { Poteau_1 }
#include "incs/rotonde.inc"
object { Rotonde_0 }
#include "incs/rails.inc"
object { Un_Rail_Droit translate z*-100}
/*------------------------------------------------------------------*/
camera
{
2021-03-15 17:29:35 +01:00
location <20, 70, 240>
2021-03-11 23:33:35 +01:00
right image_width/image_height*x
2021-03-15 17:29:35 +01:00
look_at <0, 24, 0>
2021-03-15 03:08:13 +01:00
angle ANGLE_CAM
2021-03-08 14:35:37 +01:00
}
light_source { <142, 500, 500> color White }
/*------------------------------------------------------------------*/