no milesatone reached...

This commit is contained in:
tth
2022-02-17 14:10:15 +01:00
parent bc54e20011
commit cfc8ea6b63
7 changed files with 37 additions and 20 deletions

View File

@@ -11,8 +11,12 @@ BEGIN {
}
{
printf "\t\tsphere { <%f, %f, %f>, %f }\n", \
$1, $2, $3, $4
if ($5 > 4) color = "Magenta"
else color = "Cyan"
pigment = "pigment { color " color " }"
printf "\t\tsphere { <%f, %f, %f>, %f %s }\n", \
$1, $2, $3, $4, pigment
count++
}