need more work...
This commit is contained in:
14
rotonde.pov
14
rotonde.pov
@@ -1,12 +1,13 @@
|
||||
|
||||
|
||||
#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 Yellow }
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
#include "incs/poteaux.inc"
|
||||
@@ -20,22 +21,13 @@ object { Un_Rail_Droit translate z*-100}
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
plane {
|
||||
y, 0
|
||||
pigment
|
||||
{
|
||||
checker Gray75, rgb<0.81, 0.86, 0.81>
|
||||
rotate z*90
|
||||
scale 10
|
||||
}
|
||||
}
|
||||
|
||||
camera
|
||||
{
|
||||
location <0, 70, 180>
|
||||
right image_width/image_height*x
|
||||
look_at <0, 0, 0>
|
||||
angle 50
|
||||
angle ANGLE_CAM
|
||||
}
|
||||
|
||||
light_source { <142, 500, 500> color White }
|
||||
|
||||
Reference in New Issue
Block a user