need more work...
This commit is contained in:
45
loco.pov
45
loco.pov
@@ -4,49 +4,18 @@
|
||||
*/
|
||||
|
||||
#version 3.7;
|
||||
#include "contexte.inc"
|
||||
|
||||
global_settings {
|
||||
assumed_gamma 1.0 /* pour povray 3.7 */
|
||||
}
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
|
||||
|
||||
global_settings {
|
||||
ambient_light <0.18, 0.25, 0.35>
|
||||
assumed_gamma 1.0 /* pour povray 3.7 */
|
||||
}
|
||||
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
plane {
|
||||
y, 0
|
||||
pigment {
|
||||
image_map { png "picz/plancher.png" }
|
||||
rotate x*90
|
||||
translate <-0.5, 0, -0.5>
|
||||
scale <42, 1, 42>
|
||||
}
|
||||
normal {
|
||||
dents 0.3
|
||||
scale 0.3
|
||||
}
|
||||
}
|
||||
|
||||
sky_sphere {
|
||||
pigment {
|
||||
gradient y
|
||||
color_map
|
||||
{
|
||||
[0 color Khaki]
|
||||
[0.4 color DarkGreen]
|
||||
[0.5 color Blue]
|
||||
[0.6 color LightBlue]
|
||||
[1 color Khaki]
|
||||
}
|
||||
turbulence 0.42*2
|
||||
}
|
||||
rotate 70
|
||||
scale 0.3123
|
||||
translate -1
|
||||
}
|
||||
#include "monde.inc"
|
||||
|
||||
#include "incs/rails.inc"
|
||||
#include "incs/train.inc"
|
||||
@@ -75,7 +44,7 @@ camera {
|
||||
location <-42, 17.5, 32>
|
||||
right image_width/image_height*x
|
||||
look_at <5, 9.7, 18>
|
||||
angle 42
|
||||
angle ANGLE_CAM
|
||||
}
|
||||
|
||||
light_source { <150, 118, -150> color Gray70 }
|
||||
|
||||
Reference in New Issue
Block a user