we are on a good way, maybe...
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user