PovJouets/electric.pov

40 lines
752 B
POVRay
Raw Normal View History

2021-03-08 05:24:35 +01:00
/*
*
* pour plus de details: oulala@chez.com
*
*/
#version 3.7;
2021-03-15 03:08:13 +01:00
#include "contexte.inc"
2021-03-08 05:24:35 +01:00
2021-03-13 18:56:21 +01:00
/*------------------------------------------------------------------*/
2021-03-08 05:24:35 +01:00
2021-03-13 18:56:21 +01:00
#include "monde.inc"
2021-03-08 05:24:35 +01:00
#include "incs/rails.inc"
#include "incs/train.inc"
#include "incs/electric.inc"
union
{
object { Un_Rail_Droit }
object { Locomotive_Electric translate y*2 }
}
/*------------------------------------------------------------------*/
camera
{
2021-03-11 23:33:35 +01:00
right x*image_width/image_height
2021-03-15 17:29:35 +01:00
location <39, 11.1, -44>
look_at <0, 8, 0>
2021-03-15 03:08:13 +01:00
angle ANGLE_CAM
2021-03-08 05:24:35 +01:00
}
2021-03-15 03:08:13 +01:00
light_source { <17, 8, -54> color Gray80 }
// light_source { <150, 130, -150> color Green }
2021-03-08 05:24:35 +01:00
light_source { <270, 130, 250> color Gray50 }
/*------------------------------------------------------------------*/