POV-Ray : Newsgroups : povray.general : Help with media : Re: Help with media Server Time
7 Aug 2024 01:19:37 EDT (-0400)
  Re: Help with media  
From: Josh English
Date: 6 Dec 2001 12:53:42
Message: <3C0FB075.AFA268A4@spiritone.com>
If you posted a snippet of code it might help, but generally you want to
check a few things:

Make sure the sphere is hollow,
Make sure the pigment is rgbf 1
Make sure there is no highlight in the finish

here is a quick example:

sphere { 0,1.5
  pigment { rgbf 1 }
  interior { 
    media { 
      emission 1
      density { spherical
                turbulence 0.5 // or whatever
              } } } }

You might need ot add absorption as well to block out the background

Josh English
eng### [at] spiritonecom


Lutz Kretzschmar wrote:
> 
> Hi all,
> 
> I am trying to create a sort of a glow effect in a sphere and am not
> getting it quite right. I can still see a defined boundary around the
> media.
> 
> What is the best way to create this effect?
> 
> - Lutz
>   email : lut### [at] stmuccom
>   Web   : http://www.stmuc.com/moray


Post a reply to this message

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