POV-Ray : Newsgroups : povray.newusers : A halo in a lightbeam in a room with atmosphere : Re: A halo in a lightbeam in a room with atmosphere Server Time
6 Sep 2024 12:14:51 EDT (-0400)
  Re: A halo in a lightbeam in a room with atmosphere  
From: Johannes Hubert
Date: 17 May 1998 07:59:31
Message: <6jmjft$41e$1@oz.aussie.org>
Is it possible, but give the sphere a totally invisible texture in addition
to the halo, like:

texture  // invisible

      pigment
      {
         color rgbft <1.0, 1.0, 1.0, 1.0, 1.0>
      }
      finish
      {
         ambient 0.0
         diffuse 0.0
      }
}

The effect you describe is the hollow sphere itself showing in the
lightbeam.

Hope it helps,
Johannes.


Post a reply to this message

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