POV-Ray : Newsgroups : povray.binaries.images : warp function test images (76k and 28k) : warp function test images (76k and 28k) Server Time
12 Aug 2024 07:20:58 EDT (-0400)
  warp function test images (76k and 28k)  
From: David Burnett
Date: 12 Oct 2003 09:51:30
Message: <3f895c62@news.povray.org>
Here's some test images from a quick patch I've created.

I've let warp take a function so

     warp {
         function{f_bozo(x,y,z)}
     }

is now legal, working syntax.

The attached images use the following function as a
pigment and isofunction.

#declare f_worley = function {
    pattern {
         crackle
         form <1,0,0>
	}
}

#declare worley_warped_bozo = function {
	pattern {
		bozo
		warp {
			function{f_worley(x,y,z)}
		}
		scale 0.2
	}
}

Dave


Post a reply to this message


Attachments:
Download 'warpg.png' (74 KB) Download 'warp_isog.png' (25 KB)

Preview of image 'warpg.png'
warpg.png

Preview of image 'warp_isog.png'
warp_isog.png


 

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