|
|
I used transparency in one of my scenes and renderd it in Povray and
MegaPov. When I looked at the result I saw a only a white box in the Megapov
rendering. I shortend my scene up and here it is:
(In Povray all will remain black and in Mega box you see a white transparent
box)
#include "colors.inc"
camera{ location <4, 3,-6> look_at <0, 0, 0>}
light_source
{
0*x
color rgb <1,1,1>
spotlight
cylinder
translate <15,25,-15>
point_at <0,0,0>
radius 200
tightness 10
falloff 180
}
box{<-1.5,-.5,1.5>, <-.5,.5,.5> pigment{color rgbt<1,1,1,.999>}}
Post a reply to this message
|
|