PovJouets/rotonde.pov

31 lines
623 B
POVRay
Raw Normal View History

2021-03-16 10:48:07 +11:00
/*
* le grand garage des trains
*/
2021-03-09 00:35:37 +11:00
#version 3.7;
2021-03-15 13:08:13 +11:00
#include "contexte.inc"
2021-03-09 00:35:37 +11: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-16 03:29:35 +11:00
location <20, 70, 240>
2021-03-12 09:33:35 +11:00
right image_width/image_height*x
2021-03-16 03:29:35 +11:00
look_at <0, 24, 0>
2021-03-15 13:08:13 +11:00
angle ANGLE_CAM
2021-03-09 00:35:37 +11:00
}
light_source { <142, 500, 500> color White }
/*------------------------------------------------------------------*/