need more work...

This commit is contained in:
le vieux
2021-03-15 03:08:13 +01:00
parent 752e11c226
commit 9430b5f133
22 changed files with 141 additions and 212 deletions

View File

@@ -5,10 +5,10 @@
*/
#version 3.7;
global_settings {
assumed_gamma 1.0 /* pour povray 3.7 */
}
#include "contexte.inc"
#include "colors.inc"
#include "metals.inc"
@@ -32,13 +32,13 @@ union
camera
{
right x*image_width/image_height
location <11, 11.1, -54>
location <19, 11.1, -44>
look_at <0, 8, -10>
angle 38
angle ANGLE_CAM
}
light_source { <7, 8, -54> color Gray80 }
light_source { <150, 130, -150> color Green }
light_source { <17, 8, -54> color Gray80 }
// light_source { <150, 130, -150> color Green }
light_source { <270, 130, 250> color Gray50 }
/*------------------------------------------------------------------*/