POV-Ray : Newsgroups : povray.general : What and why is megapov : Re: What and why is megapov Server Time
7 Aug 2024 17:24:46 EDT (-0400)
  Re: What and why is megapov  
From: Ron Parker
Date: 2 Oct 2001 13:23:47
Message: <slrn9rju16.fbd.ron.parker@fwi.com>
On 2 Oct 2001 09:46:56 -0400, Ron Parker wrote:
>On Tue, 2 Oct 2001 15:45:55 +0200, Nekar Xenos wrote:
>>I don't get it. Is there supposed to be a bicubic patch in here?
>
>Nope.  For my hand-coded bicubic patches, you have to find my IRTC
>entry.  

Or... TADA!  My new sig!

-- 
#macro R(P)C(P)C(P)/2+C(P+1)/2C(P)/2+C(P+1)/2C(P+1)#end#macro P(A)bicubic_patch{
type 1u_steps 4v_steps 4R(1)R(3)R(5)R(7)translate 9*z-3pigment{red 9}}#end#macro
C(Z)#local B=asc(substr(A,Z,1))-65;<mod(B,4)div(B,4)>#end#local O=union{ // RON
P("ABEFQRUV")P("JNLOXSVR")}P("NOKLGHCD")union{O}union{O translate 4*x} // PARKER


Post a reply to this message

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