cosmetic tuning
This commit is contained in:
parent
92f6e5cf23
commit
a740106ae9
@ -5,7 +5,7 @@
|
|||||||
#version 3.7;
|
#version 3.7;
|
||||||
|
|
||||||
global_settings {
|
global_settings {
|
||||||
ambient_light rgb <0.12, 0.04, 0.04>
|
ambient_light rgb <0.12, 0.07, 0.07>
|
||||||
assumed_gamma 1.0
|
assumed_gamma 1.0
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,13 +26,13 @@ global_settings {
|
|||||||
|
|
||||||
object {
|
object {
|
||||||
Bloubs
|
Bloubs
|
||||||
finish { phong 0.33 specular 0.95 }
|
finish { phong 0.55 specular 0.55 }
|
||||||
}
|
}
|
||||||
|
|
||||||
plane {
|
plane {
|
||||||
<0, 1, 0>, 0
|
<0, 1, 0>, 0
|
||||||
texture {
|
texture {
|
||||||
pigment { color srgb <0.133, 0.144, 0.111> }
|
pigment { color srgb <0.155, 0.144, 0.111> }
|
||||||
finish { phong 0.18 metallic 0.55 }
|
finish { phong 0.18 metallic 0.55 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -106,8 +106,8 @@ light_source { <9, 22, -17> color Gray80 }
|
|||||||
light_source { <11, 19, 9> color Gray60 }
|
light_source { <11, 19, 9> color Gray60 }
|
||||||
|
|
||||||
#declare XCAM = 8 - ( 8 * NormClock);
|
#declare XCAM = 8 - ( 8 * NormClock);
|
||||||
#declare YCAM = 5 + ( 6 * NormClock);
|
#declare YCAM = 5 + ( 3 * NormClock);
|
||||||
#declare ZCAM = -17;
|
#declare ZCAM = -15;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#fopen LC "WS/log.camera" append
|
#fopen LC "WS/log.camera" append
|
||||||
@ -119,5 +119,5 @@ camera {
|
|||||||
location <XCAM, YCAM, ZCAM>
|
location <XCAM, YCAM, ZCAM>
|
||||||
look_at <0, 1.5, 0>
|
look_at <0, 1.5, 0>
|
||||||
right x*image_width/image_height
|
right x*image_width/image_height
|
||||||
angle 42
|
angle 51
|
||||||
}
|
}
|
||||||
|
@ -11,8 +11,8 @@ BEGIN {
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
if ($5 > 4) color = "Magenta"
|
if ($5 > 6) color = "Turquoise"
|
||||||
else color = "Cyan"
|
else color = "Sienna"
|
||||||
|
|
||||||
pigment = "pigment { color " color " }"
|
pigment = "pigment { color " color " }"
|
||||||
printf "\t\tsphere { <%f, %f, %f>, %f %s }\n", \
|
printf "\t\tsphere { <%f, %f, %f>, %f %s }\n", \
|
||||||
|
Loading…
Reference in New Issue
Block a user