POV-Ray : Newsgroups : povray.programming : converting an old Halo Server Time
28 Jul 2024 14:30:17 EDT (-0400)
  converting an old Halo (Message 1 to 1 of 1)  
From: John M  Dlugosz
Subject: converting an old Halo
Date: 9 Mar 2001 23:55:40
Message: <3aa9b3cc@news.povray.org>
Could someone with immediate knowledge of this feature help me out and tell
me the equivilent statement in the current POV version?

See http://www.dlugosz.com/Artwork/POV/lamp1.JPG for the picture: this is
your basic glowing effect.

TIA,
--John

light_source {
    <0,0,0>
    color White
    looks_like {
        sphere { 0, 1
            pigment { color rgbt <1, 1, 1, 1> }
            halo {
                emitting
                spherical_mapping
                linear
                color_map {
                    [ 0.0 color rgbt <1, 1, 0, .999999> ]
                    [ 0.5 color rgbt <1, 1, 0, 0.5> ]
                    [ 0.8 color rgbt <1, 1, 1, 0> ]
                    [ 1.0 color rgbt <1, 1, 1, 0> ]
                    }
                samples 10
                }
            hollow
            scale <3,1.5,1.5>
            } //end sphere
        } // end looks_like
    translate y*9.7
    }


Post a reply to this message

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