POV-Ray : Newsgroups : povray.unofficial.patches : Mini patch : Re: Mini patch Server Time
3 Sep 2024 00:20:21 EDT (-0400)
  Re: Mini patch  
From: TonyB
Date: 17 Sep 1999 21:29:19
Message: <37e2eaef@news.povray.org>
Try this instead of the two spheres in the minipatch example scene. Is the
blue part supposed to happen? If so, why?

#declare S = 5;

box
{
 1,-1 hollow
 pigment {rgbf 1}
 interior
 {
  media
  {
   emission 1/9
   sample_method 2 samples 2,3
   intervals 3 jitter 0
   density
   {
    agate
    color_map
    {
     [0.0 Black]
     [1.0 rgb <1,.75,0>]
    }
    scale S
   }
  }
 }
 scale S
}


Post a reply to this message

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