2021-03-08 15:24:35 +11:00
|
|
|
|
|
|
|
/*
|
|
|
|
* fichier de test pour l'interieur du wagon Corail.
|
|
|
|
* pour plus de details: oulala@chez.com
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#version 3.7;
|
|
|
|
global_settings { assumed_gamma 1.0 }
|
|
|
|
|
|
|
|
#include "colors.inc"
|
|
|
|
#include "metals.inc"
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
sky_sphere {
|
|
|
|
pigment
|
|
|
|
{
|
|
|
|
gradient y
|
|
|
|
color_map
|
|
|
|
{
|
|
|
|
[0 color Gray75]
|
|
|
|
[1 color Blue]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
scale 4
|
|
|
|
translate -1
|
|
|
|
rotate x*60
|
|
|
|
}
|
|
|
|
|
|
|
|
plane {
|
|
|
|
y, 0
|
|
|
|
pigment
|
|
|
|
{
|
|
|
|
brick Gray35, rgb<0.50, 0.40, 0.30>
|
|
|
|
rotate z*90
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#include "incs/train.inc"
|
|
|
|
#include "incs/corail.inc"
|
|
|
|
|
|
|
|
object { Wagon_Corail }
|
|
|
|
camera {
|
|
|
|
location <-1.6, 10, -19>
|
2021-03-12 09:33:35 +11:00
|
|
|
right image_width/image_height*x
|
2021-03-08 15:24:35 +11:00
|
|
|
look_at <1, 4, 10>
|
|
|
|
angle 80
|
|
|
|
}
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
light_source { <180, 125, -180> color White }
|
|
|
|
//light_source { <170, 100, -180> color White }
|
|
|
|
//light_source { <120, 11, -185> color White }
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------*/
|