POV-Ray : Newsgroups : povray.general : mesh modeller? : Re: mesh modeller? Server Time
8 Aug 2024 06:19:42 EDT (-0400)
  Re: mesh modeller?  
From: Jan Walzer
Date: 23 Apr 2001 18:01:46
Message: <3ae4a64a$1@news.povray.org>
Line-Wrap was set to 70, dunno who set it ...
Is this betta ???

Yeah, I'm working on another one, but I'm already thinking 'bout how to compact it
...
I think MP-Compatible is a bad idea, isn't it ?

--
background{rgb 1}camera{location<1,5,-2>look_at 0}#macro m(a,b,i)#local d=(b-a)
/8;#local e=vcross(d,y);#if(i)m(a-e,a+e+2*d,i-1)m(a+e,a+2*d-e,i-1)m(a+3*d-e,a+e
+3*d,i-1)m(a+3*d-e,a+5*d-e,i-1)m(a+6*d-e,a+e+6*d,i-1)m(a+8*d-e,a+e+8*d,i-1)#else
cylinder{a,b,vlength(d)/3 pigment{rgb 0}}#end#end m(-4*x,2*x,4) // Jan Walzer


Post a reply to this message

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