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.
32 lines
691 B
32 lines
691 B
/*
|
|
* Go Fuck Yourself, Jean-Luc M !
|
|
*/
|
|
|
|
#version 3.7;
|
|
#include "contexte.inc"
|
|
|
|
/*------------------------------------------------------------------*/
|
|
|
|
/*
|
|
#include "galerie.inc"
|
|
object { galerie(8, 14.2, 0.5, 0.175) pigment { color Yellow } }
|
|
*/
|
|
|
|
#include "incs/train.inc"
|
|
#include "incs/corail.inc"
|
|
object { Bord_Fenetre translate y*7.5 }
|
|
|
|
/*------------------------------------------------------------------*/
|
|
|
|
camera
|
|
{
|
|
location <-15, 11.333, 35>
|
|
right image_width/image_height*x
|
|
look_at <0, 9, 0>
|
|
angle ANGLE_CAM
|
|
}
|
|
|
|
light_source { <-50, 17, -50> color White }
|
|
light_source { <-20, 70, 50> color White }
|
|
|
|
/*------------------------------------------------------------------*/
|
|
|