|
|
I found an 8GB SODIMM under the XMas tree and so I plan a media photon animation
as my major Pov-Ray project for these year. I have some struggle with the
texture for that "Thing" in the middle. How can I apply the warning stripes in a
more propper way? I thought that could be a challenge for the proffessionals in
these helpfull group. Any sugestions please?
#declare Thing=
difference{
sphere {0,9.05 pigment {rgb 0.1}}
sphere {0,8.55 pigment {rgb 0.1}}
cylinder {<-10,0,0>,<10,0,0>,5.01 texture {T_warn1 scale 10}}
plane {z,-1 hollow texture {T_warn1 scale 10}}
finish {diffuse .25}
photons {collect off}
}
Post a reply to this message
Attachments:
Download 'photon_laboratory_02123.png' (501 KB)
Preview of image 'photon_laboratory_02123.png'
|
|