more tweaking on the project
This commit is contained in:
20
electric.pov
20
electric.pov
@@ -6,27 +6,16 @@
|
||||
|
||||
#version 3.7;
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
|
||||
global_settings {
|
||||
ambient_light Gray15
|
||||
assumed_gamma 1.0 /* pour povray 3.7 */
|
||||
}
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
background { color Gray40 }
|
||||
|
||||
plane {
|
||||
y, 0
|
||||
pigment
|
||||
{
|
||||
hexagon Gray55, rgb<0.55, 0.65, 0.30>, Gray75
|
||||
scale 20
|
||||
}
|
||||
finish { reflection 0.42 }
|
||||
}
|
||||
#include "monde.inc"
|
||||
|
||||
#include "incs/rails.inc"
|
||||
#include "incs/train.inc"
|
||||
@@ -42,7 +31,6 @@ union
|
||||
|
||||
camera
|
||||
{
|
||||
spherical
|
||||
right x*image_width/image_height
|
||||
location <11, 11.1, -54>
|
||||
look_at <0, 8, -10>
|
||||
|
||||
Reference in New Issue
Block a user