minor tweaks

This commit is contained in:
tth
2022-02-09 00:42:32 +01:00
parent c35c00e3da
commit 0934b49bc6
4 changed files with 14 additions and 11 deletions

View File

@@ -45,7 +45,7 @@ plane {
{
union {
cylinder { <0, 0, 0>, <0, BV, 0>, BR }
cylinder { <0, 0, 0>, <0, 0.02, 0>, BR*8 }
cylinder { <0, 0, 0>, <0, 0.02, 0>, BR*7 }
}
}
@@ -66,11 +66,11 @@ object { Les_Bornes }
light_source { <4, 12, -11> color Gray80 }
light_source { <7, 19, 9> color Gray60 }
#declare HCAM = 5 + (5 * NormClock);
#declare HCAM = 5 + (7 * NormClock);
camera {
location <6, HCAM, -16>
look_at <0, 0, 0>
right x*image_width/image_height
angle 52
angle 48
}