we are on a good way, maybe...

This commit is contained in:
tTh
2022-12-05 13:10:40 +01:00
parent 8c9625b7df
commit 5b6df523fc
5 changed files with 104 additions and 43 deletions

View File

@@ -14,6 +14,7 @@ global_settings {
#include "colors.inc"
#declare NormClock = clock / 2000.01;
#debug concat("- - - - - - - ", str(NormClock, 7, 5), "\n")
// ----------------------------------------------------------------------
@@ -35,11 +36,17 @@ texture {
}
}
object { GravityField scale <4, 0.70, 4> }
object { GravityField scale <4, 0.60, 4> }
// ----------------------------------------------------------------------
cylinder { <0, -0.5, 0>, <0, 1, 0>, 0.0175 pigment { color Red } }
/* XXX
merge {
cylinder { <0, -0.5, 0>, <0, 1, 0>, 0.0175 }
sphere { <0, 1, 0>, 0.0175 }
pigment { color Red }
}
XXX */
light_source { < -2, 9.3, -7> color Gray90 }
light_source { < -6, 9.3, -8> color Orange*0.75 }
@@ -48,10 +55,10 @@ light_source { < -15, 2.3, 17> color Green*0.25 }
// ----------------------------------------------------------------------
camera {
location <-8, 4-NormClock, 1 + 3*NormClock>
location <-8, 4-NormClock, 1 + (5*NormClock)>
look_at <0, 0, 0>
right x*image_width/image_height
angle 34
angle 33
}
// ----------------------------------------------------------------------