PovJouets/voiture.pov

29 lines
512 B
POVRay
Raw Permalink Normal View History

2021-03-15 03:08:13 +01:00
/*
2021-03-15 17:29:35 +01:00
quelques elements des voitures
2021-03-15 03:08:13 +01:00
*/
#version 3.7;
#include "contexte.inc"
#include "metals.inc"
#include "incs/train.inc"
#include "incs/rails.inc"
#include "incs/benne.inc"
#include "incs/grue.inc"
// #include "decor.inc"
object { Boogie }
camera {
2021-03-15 17:29:35 +01:00
location <25.5, 15, 22>
look_at <0, 2, 0>
angle ANGLE_CAM
2021-03-15 03:08:13 +01:00
}
2021-03-16 00:48:07 +01:00
object { Repere }
2021-03-15 03:08:13 +01:00
2021-03-15 17:29:35 +01:00
light_source { <90, 131, 190> color Cyan }
light_source { <90, 111, 250> color Magenta }
2021-03-15 03:08:13 +01:00
/*------------------------------------------------------------------*/