POV-Ray : Newsgroups : povray.advanced-users : Make moon ground like tiled textures : Re: Make moon ground like tiled textures Server Time
28 Mar 2024 21:14:52 EDT (-0400)
  Re: Make moon ground like tiled textures  
From: William F Pokorny
Date: 9 Aug 2022 11:37:10
Message: <62f27f26$1@news.povray.org>
On 8/7/22 07:04, Warren wrote:
> Hello/Hi
> 
> I'm currently trying to make moon ground textures that would fit perfectly for
> tile mapping

Unsure exactly what you are after, but a quick way to tile any 3D 
texture is to use warp's repeat and flip as modifiers to the pattern.

warp { repeat x flip x }
warp { repeat y flip y }
warp { repeat z flip z }

If you want to tile any existing image used as a planar image map you'd 
use just:

warp { repeat x flip x }
warp { repeat y flip y }

You can implement other kinds of tiling, but there it comes to working 
out the details yourself.

Bill P.


Post a reply to this message

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