POV-Ray : Newsgroups : povray.general : no_image behaviour : Re: no_image behaviour Server Time
17 May 2024 18:28:53 EDT (-0400)
  Re: no_image behaviour  
From: jr
Date: 19 Jun 2018 04:55:01
Message: <web.5b28c4dd6d52b562635cc5ad0@news.povray.org>
hi,

Alain <kua### [at] videotronca> wrote:
> >
> > the question then is how can I have an media filled container "out of view" but
> > still interact with another, intersecting media filled container?

> With no_image, the object can't be seen directly. That also affect it's
> interior including any media.
> If you don't want to see the container, you need to give it a fully
> transparent texture, with no reflection nor highlights :
> pigment{rgbt 1} OR pigment{rgbf 1}
> finish{specular 0 phong 0 reflection 0}
> Do NOT use rgbft<1,1,1,1,1> as it WILL make the object visible by
> screwing up it's transparency.

ok.

> Don't forget to make the container hollow.

;-)

cheers.


regards, jr.


Post a reply to this message

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