need more work...
This commit is contained in:
29
corail.pov
29
corail.pov
@@ -7,38 +7,15 @@
|
||||
|
||||
#version 3.7;
|
||||
global_settings { assumed_gamma 1.0 }
|
||||
#include "contexte.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
#include "textures.inc"
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
plane {
|
||||
y, 0
|
||||
pigment
|
||||
{
|
||||
brick Gray35, rgb<0.50, 0.40, 0.20>
|
||||
rotate z*90
|
||||
}
|
||||
}
|
||||
|
||||
sky_sphere {
|
||||
pigment
|
||||
{
|
||||
gradient y
|
||||
color_map
|
||||
{
|
||||
[0 color Khaki]
|
||||
[0.2 color <0 , .1, .2>]
|
||||
[0.5 color <0.2 , 0, 0>]
|
||||
[0.6 color <0 , .2, .1>]
|
||||
[1 color Khaki]
|
||||
}
|
||||
turbulence 2.5
|
||||
}
|
||||
rotate 50
|
||||
scale 2
|
||||
}
|
||||
#include "monde.inc"
|
||||
|
||||
#include "incs/train.inc"
|
||||
#include "incs/rails.inc"
|
||||
@@ -70,7 +47,7 @@ camera
|
||||
location <18, 10, -45>
|
||||
right image_width/image_height*x
|
||||
look_at <0, 6, 0>
|
||||
angle 62
|
||||
angle ANGLE_CAM
|
||||
}
|
||||
|
||||
light_source { <550, 725, -900> color Gray60 }
|
||||
|
||||
Reference in New Issue
Block a user