POV-Ray : Newsgroups : povray.general : Transformations: Is there any random-wavy transformation? : Re: Transformations: Is there any random-wavy transformation? Server Time
20 Apr 2024 03:19:32 EDT (-0400)
  Re: Transformations: Is there any random-wavy transformation?  
From: Bald Eagle
Date: 26 Feb 2018 10:55:01
Message: <web.5a942cc4693012a0c437ac910@news.povray.org>
Your formula is

y - cos(sqrt(x*x + z*z)*5*pi)*0.08

so y is varying as a function of x and z.

if you want the z to vary

try

x - (cos(sqrt(x*x + y*y)*5*pi)*0.08)/x

or something like that


Post a reply to this message

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