|
|
In article <web.40de34c23a557711117c6efd0@news.povray.org>, "" <nomail@nomail>
wrote:
> Hi All,
>
> I am creating some protein-structure figures and have a problem to get rid
> of the shadows casted by the ribbon. I tried to apply more ligth sources or
> to use a shadowless light source. Obviously in the letter case I used a
> wrong syntax.
> Would be great if someone knows how to do this could write me.
> I tried this one:
> object { light_source {< 0.000, 0.000, -200.000 > color shadowless
> Intensity*0.300 }}
>
> Sabine
>
>
light_source {
< 0.000, 0.000, -200.000 >
color White*Intensity
shadowless
}
hope that help!
Post a reply to this message
|
|