PovJouets/truc.pov

49 lines
912 B
POVRay
Raw Normal View History

2021-03-08 05:24:35 +01:00
/*
* Go Fuck Yourself, Jean-Luc M !
*/
#version 3.7;
global_settings { assumed_gamma 1.0 }
#include "colors.inc"
#include "metals.inc"
#include "textures.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 }
/*------------------------------------------------------------------*/
background { color rgb <0.7, 0.7, 0.9999> }
plane {
y, 0
pigment
{
checker Gray75, rgb<0.71, 0.96, 0.81>
rotate z*90
scale 10
}
}
camera
{
location <-15, 11.333, 35>
2021-03-11 23:33:35 +01:00
right image_width/image_height*x
2021-03-08 05:24:35 +01:00
look_at <0, 9, 0>
angle 42
}
light_source { <-50, 17, -50> color White }
light_source { <-20, 70, 50> color White }
/*------------------------------------------------------------------*/