POV-Ray : Newsgroups : povray.newusers : Bright Spot aka Fire Fly : Re: Bright Spot aka Fire Fly Server Time
5 Sep 2024 16:17:44 EDT (-0400)
  Re: Bright Spot aka Fire Fly  
From: Josh English
Date: 3 Jul 2000 18:53:04
Message: <3961187A.C5ADC831@spiritone.com>
Yet another way to do this:

#declare light_object =
   sphere { 0,1
            pigment {  rgbf <1,1,1,1> }
            finish { specular 5 metallic} }

 light_source { 0*x color rgb <1,0.75,0> looks_like { light_object } }

From my Cyclopedia entry on the "looks_like" statement.

Josh English

Heather Pinnix wrote:

> I'm trying to make a bright yellow glowing spot.
> I've tried a sphere to and emitting yellow media, and a point light in
> a sphere.
>
> Thanks in advance for any advice.
> I got it work with a halo, but alas I can't get it to work with media
>
> Heather
> hjpinnix@mindspring

--
Josh English
eng### [at] spiritonecom
"May your hopes, dreams, and plans not be destroyed by a few zeros."


Post a reply to this message

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