Un très très vieux projet POVray qui revient dans le triste monde de 2021
http://la.buvette.org/POV/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
512 B
28 lines
512 B
/*
|
|
quelques elements des voitures
|
|
*/
|
|
#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 {
|
|
location <25.5, 15, 22>
|
|
look_at <0, 2, 0>
|
|
angle ANGLE_CAM
|
|
}
|
|
|
|
object { Repere }
|
|
|
|
light_source { <90, 131, 190> color Cyan }
|
|
light_source { <90, 111, 250> color Magenta }
|
|
|
|
/*------------------------------------------------------------------*/
|
|
|