PovJouets/rotonde.pov

36 lines
693 B
POVRay
Raw Normal View History

2021-03-08 14:35:37 +01:00
#version 3.7;
2021-03-15 03:08:13 +01:00
global_settings { assumed_gamma 1.0 }
#include "contexte.inc"
2021-03-08 14:35:37 +01:00
#include "colors.inc"
#include "metals.inc"
#include "textures.inc"
/*------------------------------------------------------------------*/
#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
{
location <0, 70, 180>
2021-03-11 23:33:35 +01:00
right image_width/image_height*x
2021-03-08 14:35:37 +01:00
look_at <0, 0, 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 }
/*------------------------------------------------------------------*/