POV-Ray : Newsgroups : povray.general : turning off mutual shadowing between objects : Re: turning off mutual shadowing between objects Server Time
8 Jul 2024 12:50:57 EDT (-0400)
  Re: turning off mutual shadowing between objects  
From: clipka
Date: 25 Aug 2014 11:04:18
Message: <53fb5072$1@news.povray.org>
Am 25.08.2014 09:36, schrieb Thomas de Groot:
> On 25-8-2014 9:23, CAS wrote:
>> I want to generate a POV image NoShade(x,y).My question:how can I turn
>> off
>> mutual shadowing between objects?Can anyboby tell me how can I do?
>> Thanks and
>> expecting reply! Beg a hot!
>>
>>
>
> object {
>     ...
>     no_shadow
> }
>
> Thomas

or

   light_source {
     <X,Y,Z> colour rgb <R,G,B>
     shadowless
     ...
   }


Post a reply to this message

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