POV-Ray : Newsgroups : povray.object-collection : Knurledcylinder.inc, v1 : Re: Knurledcylinder.inc, v1 Server Time
24 Apr 2024 21:36:55 EDT (-0400)
  Re: Knurledcylinder.inc, v1  
From: StephenS
Date: 19 Apr 2009 07:55:01
Message: <web.49eb101ca68f5a581d4b2b4c0@news.povray.org>
"Tim Attwood" <tim### [at] anti-spamcomcastnet> wrote:
....
> // example
> #declare rad = 0.5; // radius
> #declare hpeaks = 32; // number of peaks
> #declare hspacing = (2*pi*rad)/hpeaks;
> #declare kc = KnurledCylinder(rad,1,0.025,hspacing,0.05,0.50,0.25);

Thank you, will work with this.
The macro seems to force an odd number of peaks so they line up at the
start/finish, I think this is the part not working as expected.

Stephen S


Post a reply to this message

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