POV-Ray : Newsgroups : povray.advanced-users : Making Repeatable Textures : Re: Making Repeatable Textures Server Time
29 Jul 2024 10:18:09 EDT (-0400)
  Re: Making Repeatable Textures  
From: Gilles Tran
Date: 17 Jun 2002 04:17:33
Message: <3d0d9b1d@news.povray.org>

3d0a28af@news.povray.org...
> Gilles Tran <tra### [at] inapginrafr> wrote:
> > Procedural textures can be repeated using the "repeat" warp.
> >  pigment {
> >     wood
> >     warp { repeat 2*x }
> >   }
>
>   I think he meant that there shouldn't be visible lines.

OK, OK, so it's

pigment{
    bozo
    warp{repeat 2*x flip x}
    warp{repeat 2*z flip z} // depending on the tiling direction
}

G.
--

**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray and Poser computer images
- Posters


Post a reply to this message

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