POV-Ray : Newsgroups : povray.general : Graph Paper Texture : Re: Graph Paper Texture Server Time
12 Sep 2024 00:16:19 EDT (-0400)
  Re: Graph Paper Texture  
From: Bill DeWitt
Date: 23 Feb 2002 10:22:51
Message: <3c77b3cb$1@news.povray.org>
"Slime" <noo### [at] hotmailcom> wrote in message
news:3c7726ae$1@news.povray.org...
> If you're using 3.5, try basing it on this...
>
> #declare boxesfunc = function{max(x-int(x),y-int(y),z-int(z))}
> function {select(boxesfunc(x,y,z)-.5,1-boxesfunc(x,y,z),boxesfunc(x,y,z))}
>
> That code may or may not work, I didn't test it...

    Doesn't seem to... I am still working on it though...Thanks.


Post a reply to this message

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