POV-Ray : Newsgroups : povray.general : How to do... : Re: How to do... Server Time
10 Aug 2024 17:32:47 EDT (-0400)
  Re: How to do...  
From: Chris Huff
Date: 21 Nov 1999 12:02:49
Message: <3838266D.31090901@compuserve.com>
>1.) Lens-flares<

Possible, but you need an include to do it. Look at
http://nathan.kopp.com/nkflare.htm
for a lens effects include.


>2.) Visible Light-Sources<

Look in the documentation for the "looks_like" command, it is used like
this:
light_source {//other light source stuff
    looks_like {
        sphere {< 0, 0, 0>, 1
            pigment {color White}
            finish {ambient 1}
        }
    }
}

There are also a couple other ways of doing this, I made a post to
povray.newusers demonstrating them. You might want to check
povray.newusers out, there is a lot of useful info there. Also, you
might want to look in povray.announce.frequently-asked-questions for a
message explaining what all of the groups on this server are for, and
some other info.


>3.) Particles<

Also possible, look here:
http://www.geocities.com/SiliconValley/Lakes/1434/
for a Liquid Spray include.


Post a reply to this message

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