POV-Ray : Newsgroups : povray.newusers : Adding multiple media/density : Re: Adding multiple media/density Server Time
29 Jul 2024 00:28:03 EDT (-0400)
  Re: Adding multiple media/density  
From: Gunnar
Date: 8 May 2007 09:25:01
Message: <web.464078ccf88c319c678ea4f80@news.povray.org>
I tried some things and ended up trying it like this (simplified):
torus {
    2,0.5
    pigment{rgbt <0,0,0,1>}
    hollow
    interior{
      media{
        intervals 1
        absorption rgb<0,0.2,0>
    }
  }
}
giving me a light magenta torus.
Then I intersected the torus with 2 other rotated tori. Where only 2 tori
intersect the result is good: a somewhat deeper magenta. As soon as 3 or
more tori intersect this area becomes black while it should be just even
deeper magenta.
How can I change this? Any ideas? Thanks in advance.


Post a reply to this message

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