portelli wrote:
> Does anyone know how to make a tileable texture?
Get the tilable texture include file from Chris Colefax.
http://www.geocities.com/SiliconValley/Lakes/1434/
--
Ken Tyler
tyl### [at] pacbellnet
portelli wrote:
> > Does anyone know how to make a tileable texture?
Procedurally, it can be done by repeat_warp and "average".
See the robot spider animation source file ( bugbot.zip ) from the "Toys" round
of http://www.irtc.org/
Dan
--
http://www.flash.net/~djconnel/
On Thu, 14 Jan 1999 01:09:12 -0600, Dan Connelly <djc### [at] flashnet> wrote:
>>>portelli wrote:>> >> Does anyone know how to make a tileable texture?>>>Procedurally, it can be done by repeat_warp and "average".
Note that earlier versions than 3.1 do not support flips along
the repeat axis, so you'll have to use POV 3.1 if you want to
use just repeat_warp to make a tileable texture.