POV-Ray : Newsgroups : povray.newusers : Problem with nested function calls : Re: Problem with nested function calls Server Time
29 Jul 2024 06:27:06 EDT (-0400)
  Re: Problem with nested function calls  
From: Slime
Date: 16 Jul 2006 18:09:15
Message: <44bab90b$1@news.povray.org>
I think you want

#declare cangle = 360/14;

Instead of 14/360, which is such a small angle that it's not surprising you
don't see any rotation.

Separately, I think this

#declare bandrad = (circlerad*14)/(2*pi);

should probably be

#declare bandrad = (circlerad*2*14)/(2*pi);

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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