minor tweaks
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user