POV-Ray : Newsgroups : povray.text.scene-files : Missing glows in 3.5? An alternative solution : Re: Missing glows in 3.5? An alternative solution Server Time
5 Jul 2024 10:37:01 EDT (-0400)
  Re: Missing glows in 3.5? An alternative solution  
From: Warp
Date: 20 Sep 2001 18:54:42
Message: <3baa73b2@news.povray.org>
ahmet oktar <ahm### [at] yahoocom> wrote:
: thanks and i have a question!! this is only for lights.. is there a way for
: making surface glow over objects??

  You can make instances of the glows alone like this:

object { Glow(<0,.5,1>, 1) translate whatever }

or attach it to an object like:

union
{ object { MyObject }
  object { Glow(<0,.5,1>, 1) }
  translate whatever
}

  And you can of course scale and rotate glows as well.

-- 
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}//                     - Warp -


Post a reply to this message

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