need more work...
This commit is contained in:
15
truc.pov
15
truc.pov
@@ -4,6 +4,7 @@
|
||||
|
||||
#version 3.7;
|
||||
global_settings { assumed_gamma 1.0 }
|
||||
#include "contexte.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
#include "metals.inc"
|
||||
@@ -22,24 +23,12 @@ object { Bord_Fenetre translate y*7.5 }
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
background { color rgb <0.7, 0.7, 0.9999> }
|
||||
|
||||
plane {
|
||||
y, 0
|
||||
pigment
|
||||
{
|
||||
checker Gray75, rgb<0.71, 0.96, 0.81>
|
||||
rotate z*90
|
||||
scale 10
|
||||
}
|
||||
}
|
||||
|
||||
camera
|
||||
{
|
||||
location <-15, 11.333, 35>
|
||||
right image_width/image_height*x
|
||||
look_at <0, 9, 0>
|
||||
angle 42
|
||||
angle ANGLE_CAM
|
||||
}
|
||||
|
||||
light_source { <-50, 17, -50> color White }
|
||||
|
||||
Reference in New Issue
Block a user