POV-Ray : Newsgroups : povray.newusers : Image as texture? : Re: Image as texture? Server Time
8 Jul 2024 00:21:00 EDT (-0400)
  Re: Image as texture?  
From: Kenneth
Date: 9 Jan 2010 17:10:01
Message: <web.4b48fdc2af07ec1765f302820@news.povray.org>
If you haven't come across the TURBULENCE keyword yet, try it out; you can
distort the image_map in all sorts of interesting ways:

pigment{
       image_map{jpeg "my_image.jpg} // or .jpeg
       scale 5 // optionally scales the image before the distortion
       warp{turbulence .5 omega .7}
       scale 1/5 // returns the image to its proper size
       }

Ken


Post a reply to this message

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