POV-Ray : Newsgroups : povray.newusers : shadowless : Re: shadowless Server Time
30 Jul 2024 10:12:27 EDT (-0400)
  Re: shadowless  
From: Kurts
Date: 27 Jun 2004 02:46:49
Message: <kurtzlepirate-475061.08465027062004@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.