#version 3.7; global_settings { assumed_gamma 1.0 } #include "contexte.inc" #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> right image_width/image_height*x look_at <0, 0, 0> angle ANGLE_CAM } light_source { <142, 500, 500> color White } /*------------------------------------------------------------------*/