POV-Ray : Newsgroups : moray.win : segmented helix? : Re: segmented helix? Server Time
5 Jul 2024 09:26:37 EDT (-0400)
  Re: segmented helix?  
From: Jan Walzer
Date: 27 Jan 2002 10:58:34
Message: <3c5423aa@news.povray.org>
> [...] since I am using the development version [...]
hopefully completely POV3.5-compatible ?

--
#macro J(N,A)#local a=mod(N,3);#local W=<int(mod(A,4)*2),-int(A/4),9>*2;
#if(!mod(a,2))sphere{W,2,2 pigment {color rgb <a,A/10,W.x/A>*5}}#if(a<1)
sphere{x+W+x,2,2 pigment {color rgb <a,A/10,1>*10}}#end#end#if(N>3)J(int
(N/3),A+1)#end#end blob{J(29229171,0)threshold 1translate <-6,3>} // JW


Post a reply to this message

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