POV-Ray : Newsgroups : povray.binaries.images : Lightning example for thread from P.B.T. Server Time
10 Aug 2024 01:25:07 EDT (-0400)
  Lightning example for thread from P.B.T. (Message 1 to 2 of 2)  
From: Anthony D  Baye
Subject: Lightning example for thread from P.B.T.
Date: 20 Nov 2004 10:26:55
Message: <419F623D.C30A5B2E@gold.sdsmt.edu>
--
//Anthony D. Baye, Student - Comp.Sci.
#default{pigment{rgb<0,.4,1>}finish{reflection 0.3 specular 0.6}}#macro
m(a,g,e)#local A=0;
#while(A<360)#local
am=a*.75;cylinder{vrotate(a*x,A*g*z),vrotate(am*x,(A+135)*g*z)e}
#local A=A+90;#end #local B=0;#while(B<360)sphere{a*x,e rotate
B/2*g*z}#local B=B+1;
#end #end m(2,1,.03)m(2,-1,.03)light_source{<-3,10,-15>,rgb
1}camera{location-7*z look_at 0}


Post a reply to this message


Attachments:
Download 'powercondenser2.jpg' (35 KB)

Preview of image 'powercondenser2.jpg'
powercondenser2.jpg


 

From: Andrew the Orchid
Subject: Re: Lightning example for thread from P.B.T.
Date: 27 Nov 2004 06:33:40
Message: <41a86614$1@news.povray.org>
Groovy.

Now if you could just make the lightning illuminate the scene... ;-)


Post a reply to this message

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