POV-Ray : Newsgroups : povray.general : Tiling an image map with non-zero map_type : Re: Tiling an image map with non-zero map_type Server Time
1 Aug 2024 00:24:46 EDT (-0400)
  Re: Tiling an image map with non-zero map_type  
From: Tom York
Date: 25 Jun 2006 09:50:00
Message: <web.449e9442c80c6d017d55e4a40@news.povray.org>
Never mind, this seems to work well enough for my purpose:

pigment {
  image_map {
    png "image_for_torus.png"
    map_type 0
    interpolate 2
  }
  scale 0.02 // produces the tiling effect
  warp {
    toroidal
    orientation y // default torus is oriented with the X-Z plane
  }
}


Post a reply to this message

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