POV-Ray : Newsgroups : povray.general : MegaPOVPlus 0.3 released(with glow effect) : Re: MegaPOVPlus 0.3 released(with glow effect) Server Time
3 Jul 2024 10:36:07 EDT (-0400)
  Re: MegaPOVPlus 0.3 released(with glow effect)  
From: Chris Huff
Date: 5 Sep 2000 20:02:46
Message: <chrishuff-F9EA20.19042805092000@news.povray.org>
In article <39b579f9@news.povray.org>, "Alan Holding" 
<man### [at] freeukcom> wrote:

> >I am reluctant to make design decisions based on typing speed...
> 
> Ahh, phooey!

You can always use a macro if it is really that important to you...
#macro Glow(Pos, Col, Amt, Type)
    glow {
        location Pos
        color Col
        brightness Amt
        type Type
    }
#end


Glow(< 0, 0, 0>, White, 1, 0)

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

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