|
|
Janet wrote:
> :)
!RPOCS?
--
I will be brief but not nearly so brief as Salvador Dali, who gave the
world's shortest speech. He said, "I will be so brief I am already
finished," then he sat down.
Post a reply to this message
|
|
|
|
Doctor John <doc### [at] gmailcom> wrote:
> !RPOCS?
No, it is a RSOCP, although the P is R too. Here's my goofy code:
camera { location <0,3,0> right x*image_width/image_height look_at <0,0,0> angle
22 }
light_source { <10,100,10> color rgb <1,1,1>*.5 }
plane { y, -1 pigment {checker color rgb <1,1,1>/6, color rgb <0, 0, .1> scale
...1}
finish { ambient 1 reflection { 1,-4 } } }
sphere { 0, 1
material { texture { pigment { color rgbt <1,1,1,.9> } finish { reflection {
1,1 } } }
interior { ior 2 caustics .1 dispersion 10 dispersion_samples 40 } } }
Janet
Post a reply to this message
|
|