PovJouets/ridelles.pov

34 lines
735 B
POVRay
Raw Permalink Normal View History

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 "monde.inc"
#include "incs/train.inc"
#include "incs/rails.inc"
object { Un_Rail_Droit }
object { Un_Rail_Droit translate z*-100 }
object { Un_Rail_Droit translate z* 100 }
#include "incs/ridelles.inc"
object { Wagon_Ridelles translate <0, 2, 0> }
/*------------------------------------------------------------------*/
camera
{
2021-03-13 18:56:21 +01:00
location <40, 15, -50>
2021-03-08 14:35:37 +01:00
right x*image_width/image_height
look_at <0, 5, 0>
2021-03-15 03:08:13 +01:00
angle ANGLE_CAM
2021-03-08 14:35:37 +01:00
}
2021-03-15 17:29:35 +01:00
light_source { < 200, 70, -200> color Gray50 }
light_source { <-200, 170, -150> color White }
2021-03-08 14:35:37 +01:00
/*------------------------------------------------------------------*/