POV-Ray : Newsgroups : povray.binaries.images : cylindrical pattern : Re: cylindrical pattern Server Time
9 Aug 2024 03:23:10 EDT (-0400)
  Re: cylindrical pattern  
From: Marc Jacquier
Date: 15 Mar 2005 12:57:56
Message: <42372224$1@news.povray.org>

news:42371cd4@news.povray.org...
> When I run the following the cylindrical pattern seems to be applied in
> only the x dimension.  Is it possible to apply it in x and z dimensions?
Hi
The cylindrical pattern creates a one unit radius cylinder along the Y axis.
and functions are evaluated on the x-y plane
so your pattern is parallel to the evaluation plane
 so you could try something like
function {
                 pattern {
                         cylindrical
                         cubic_wave
                         rotate x*90
                 }
          }

Marc


Post a reply to this message

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