POV-Ray : Newsgroups : povray.advanced-users : Making Repeatable Textures : Re: Making Repeatable Textures Server Time
29 Jul 2024 10:25:11 EDT (-0400)
  Re: Making Repeatable Textures  
From: Gilles Tran
Date: 14 Jun 2002 11:09:16
Message: <3d0a071c@news.povray.org>

3d097b03@news.povray.org...
> Can this be done in POV-Ray? I imagine so but I need a nudge in the right
> direction.

Image maps are already repeated in the x-y plane, so there's nothing special
to do there.

Procedural textures can be repeated using the "repeat" warp.
 pigment {
    wood
    warp { repeat 2*x }
  }

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.