frobnicates the knobs

This commit is contained in:
tth
2022-02-09 19:36:27 +01:00
parent 0934b49bc6
commit 5444956a72
2 changed files with 7 additions and 7 deletions

View File

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