PovJouets/inside.pov

34 lines
710 B
POVRay
Raw Permalink Normal View History

2021-03-08 05:24:35 +01:00
/*
* fichier de test pour l'interieur du wagon Corail.
* pour plus de details: oulala@chez.com
*
*/
#version 3.7;
2021-03-15 03:08:13 +01:00
#include "contexte.inc"
2021-03-08 05:24:35 +01:00
/*------------------------------------------------------------------*/
2021-03-15 03:08:13 +01:00
#include "monde.inc"
2021-03-08 05:24:35 +01:00
#include "incs/train.inc"
#include "incs/corail.inc"
object { Wagon_Corail }
camera {
location <-1.6, 10, -19>
2021-03-11 23:33:35 +01:00
right image_width/image_height*x
2021-03-08 05:24:35 +01: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 }
/*------------------------------------------------------------------*/