POV-Ray : Newsgroups : povray.general : Raytracing vs Scanline : Re: Raytracing vs Scanline Server Time
7 Aug 2024 21:24:32 EDT (-0400)
  Re: Raytracing vs Scanline  
From: Nekar Xenos
Date: 1 Jun 2001 08:35:10
Message: <3b178bfe@news.povray.org>
Thanks Warp :)

--
/* Nekar Xenos */#local N=<-20,40,100>;#local K=<20,-40,100>;#local R=seed(0);
blob{#while((K-N).x>0)#local X=N;#local N=N+<rand(R),rand(R),1>/3;#local N=(
vlength(N-K)<vlength(X-K)?N:2*X-N);sphere{<N.y,-N.x,N.z>,1,1 scale .02}sphere{N
,1,1 scale.02}sphere{<-N.x-40,N.y,N.z>1,1 scale.01}sphere{<N.x+40,-N.y,N.z>1,1
scale.01 }#end pigment{rgbt 1}interior{media{emission <2,4,5>*5}}hollow}


Post a reply to this message

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