begin of a new era, maybe

This commit is contained in:
tth
2022-03-31 22:14:11 +02:00
parent c47bcfe298
commit 595c6901c9
19 changed files with 208 additions and 274 deletions

View File

@@ -24,11 +24,12 @@ union {
// --------------------------------------------------------------
#declare TS = 0.017;
#declare TS = 0.025;
#declare Truc = object
{
box { <-TS, -TS, -TS>, <TS, TS, TS> }
// box { <-TS, -TS, -TS>, <TS, TS, TS> }
sphere { <0, 0, 0>, TS*0.83 }
}
#include "WS/pickover.inc"
@@ -57,7 +58,7 @@ object {
plane {
<0, 1, 0>, 0
texture {
pigment { color srgb <0.133, 0.155, 0.111> }
pigment { color srgb <0.233, 0.155, 0.191> }
finish { phong 0.18 metallic 0.55 }
}
}
@@ -65,18 +66,18 @@ plane {
// ----------------------------------------------------------
light_source { <-12, 17, -11> color Gray90 }
light_source { <-11, 11, 9> color Gray60 }
light_source { <-12, 15, -11> color Gray90 }
light_source { < 11, 11, 13> color Gray60 }
#declare XCAM = -3.8;
#declare XCAM = -3.1;
#declare YCAM = 3;
#declare ZCAM = 2.1;
#declare ZCAM = 1.9;
camera {
location <XCAM, YCAM, ZCAM>
look_at <0, 2.09, 0>
right x*image_width/image_height
angle 92
angle 82
}
// ----------------------------------------------------------