POV-Ray : Newsgroups : povray.binaries.images : Lightening macro... : Re: Lightening macro... Server Time
18 Aug 2024 16:17:06 EDT (-0400)
  Re: Lightening macro...  
From: Nekar Xenos
Date: 7 May 2001 06:13:55
Message: <3af67563@news.povray.org>
Are you going to post the code?

--
#version unofficial MegaPov.7;#local Q=seed(7);#local B=<-2,2,5>;#local
E=<2,-
2,5>;#while(vlength(B-E)>.1)#local S=B;#local B=B+<rand(Q),rand(Q),rand(Q)
>/20;#local
B=B-2*(B-S)*(vlength(B-E)>vlength(S-E));glow{radius.07location<B.y
,-B.x,B.z>size.1}glow{radius.07size.1location B}#end// Nekar Xenos


Post a reply to this message

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