need more work...
This commit is contained in:
29
train.pov
29
train.pov
@@ -1,38 +1,25 @@
|
||||
|
||||
/*
|
||||
*
|
||||
* pour plus de details: oulala@chez.com
|
||||
* pour plus de details:
|
||||
* http://la.buvette.org/POV/jouets/
|
||||
*
|
||||
*/
|
||||
|
||||
#version 3.7;
|
||||
global_settings { assumed_gamma 1.0 }
|
||||
#include "contexte.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
#include "textures.inc"
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
global_settings { ambient_light Gray10 }
|
||||
#include "monde.inc"
|
||||
|
||||
#include "plancher.inc"
|
||||
|
||||
object { Plancher_0 rotate y*3 }
|
||||
|
||||
#declare DarkKhaki = color red 0.523529 green 0.523529 blue 0.272549;
|
||||
sky_sphere {
|
||||
pigment
|
||||
{
|
||||
gradient y
|
||||
color_map
|
||||
{
|
||||
[0 color DarkKhaki]
|
||||
[0.3 color Blue]
|
||||
[1 color LightBlue]
|
||||
}
|
||||
turbulence 0.8
|
||||
}
|
||||
rotate 55
|
||||
translate -1
|
||||
}
|
||||
|
||||
#include "incs/rails.inc"
|
||||
#include "incs/train.inc"
|
||||
@@ -70,7 +57,7 @@ camera
|
||||
location <130, 18, 15>
|
||||
right image_width/image_height*x
|
||||
look_at <0, 3, 10>
|
||||
angle 70
|
||||
angle ANGLE_CAM
|
||||
}
|
||||
|
||||
light_source { <150, 98, -150> color Orange }
|
||||
|
||||
Reference in New Issue
Block a user