need more work...
This commit is contained in:
38
gare.pov
Normal file
38
gare.pov
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
/*
|
||||
* UN TRAIN SANS GARE ?
|
||||
* NON !
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#version 3.7;
|
||||
global_settings {
|
||||
assumed_gamma 1.0 /* pour povray 3.7 */
|
||||
}
|
||||
#include "contexte.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
#include "textures.inc"
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
// #include "incs/plancher.inc"
|
||||
|
||||
#include "incs/decor.inc"
|
||||
#include "incs/gare.inc"
|
||||
#include "incs/rails.inc"
|
||||
|
||||
object { Gare }
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
camera
|
||||
{
|
||||
location <320, 490, -1400>
|
||||
look_at <0, 460, 0>
|
||||
}
|
||||
|
||||
light_source { <1650, 878, -850> color White }
|
||||
light_source { <930, 598, -1350> color Yellow }
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
Reference in New Issue
Block a user