need more work...
This commit is contained in:
23
citerne.pov
23
citerne.pov
@@ -1,8 +1,9 @@
|
||||
/*
|
||||
|
||||
* une citerne pour transporter le pinard
|
||||
*/
|
||||
|
||||
#version 3.7;
|
||||
#include "contexte.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
@@ -24,30 +25,14 @@ object { Wagon_Citerne translate y*2 }
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
#include "plancher.inc"
|
||||
object { Plancher_0 scale <.5, 1, .5> }
|
||||
|
||||
sky_sphere {
|
||||
pigment
|
||||
{
|
||||
gradient x
|
||||
color_map
|
||||
{
|
||||
[0 color Green]
|
||||
[0.33 color Gray30 ]
|
||||
[1 color Blue]
|
||||
}
|
||||
}
|
||||
scale 0.5
|
||||
translate -1
|
||||
}
|
||||
#include "monde.inc"
|
||||
|
||||
camera
|
||||
{
|
||||
location <36, 13, -11>
|
||||
right image_width/image_height*x
|
||||
look_at <0, 5.8, 0>
|
||||
angle 61
|
||||
angle ANGLE_CAM
|
||||
}
|
||||
|
||||
light_source { <290, 131, -190> color White }
|
||||
|
||||
Reference in New Issue
Block a user