POV-Ray : Newsgroups : povray.general : turning off mutual shadowing between objects : Re: turning off mutual shadowing between objects Server Time
8 Jul 2024 12:10:41 EDT (-0400)
  Re: turning off mutual shadowing between objects  
From: CAS
Date: 25 Aug 2014 07:25:00
Message: <web.53fb1c922158d2866a92a3a00@news.povray.org>
Thomas de Groot <tho### [at] degrootorg> wrote:
> 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

Thank you!I have a try,but I have a confuse:
test2:
box
        {
        -1.55,1.55
        rotate y*-31
        translate<x1-center_x,y1-center_y,z1-center_z>
        pigment{color rgb ref}
        finish{ambient 0 diffuse 1}
         }

test3:
box
        {
        -1.55,1.55
        rotate y*-31
        translate<x1-center_x,y1-center_y,z1-center_z>
        pigment{color rgb ref}
        finish{ambient 0 diffuse 1}
        no_shadow
         }
why the results are the same when I add  no_shadow,which means turn off
 mutual shadowing between objects.


Post a reply to this message

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