POV-Ray : Newsgroups : povray.binaries.images : Stasis Cell(15k) : Re: Stasis Cell(15k) Server Time
15 Aug 2024 00:14:27 EDT (-0400)
  Re: Stasis Cell(15k)  
From: Ben Lauritzen
Date: 26 Aug 2002 10:43:38
Message: <3d6a3e9a@news.povray.org>
cone{
  <0,-2,0>,.4,<0,0,0>,1.05
  material{
    texture{
      pigment{
        rgbt 1
      }
    }
    interior{
      media{
        emission rgb<.5,.6,.55>*.5
      }
    }
  }
  hollow
}
$iNum=0;
$R=seed(63258882);
$rmax=600;
#while (iNum < rmax)
  $rad=.3+((iNum/rmax)*.6);
  $pos=<rad*rand(R),-2+((iNum/rmax)*1.8),0>;
  glow {
    type 0
    location pos
    size .001
    radius .5
    fade_power 1.2
    color <.3, .5, .4>
    rotate<0,360*rand(R),0>
  }
  $iNum=iNum+1;
#end


Post a reply to this message


Attachments:
Download 'Glows.jpg' (18 KB)

Preview of image 'Glows.jpg'
Glows.jpg


 

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