POV-Ray : Newsgroups : povray.newusers : Bright Spot aka Fire Fly : Re: Bright Spot aka Fire Fly Server Time
5 Sep 2024 16:17:07 EDT (-0400)
  Re: Bright Spot aka Fire Fly  
From: Chris Huff
Date: 3 Jul 2000 19:13:14
Message: <chrishuff-AB4E4D.18132403072000@news.povray.org>
In article <3961187A.C5ADC831@spiritone.com>, Josh English 
<eng### [at] spiritonecom> wrote:

> Yet another way to do this:

And another:(untested, but it should work)
#macro LightningBug(CameraPos, BugPos, Radius, Col)
    disk {BugPos, CameraPos-BugPos, Radius
        texture {
            pigment {spherical
                color_map {
                    [0 color rgbf < 1, 1, 1, 1>]
                    [1 color Col]
                }
                translate BugPos
            }
            finish {ambient 1}
        }
    }
#end

-- 
Christopher James Huff - Personal e-mail: chr### [at] maccom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://homepage.mac.com/chrishuff/
TAG Web page: http://tag.povray.org/


Post a reply to this message

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