POV-Ray : Newsgroups : povray.binaries.images : Algorithmus Wanted : Re: Algorithmus Wanted Server Time
25 Apr 2024 20:28:12 EDT (-0400)
  Re: Algorithmus Wanted  
From: Sven Littkowski
Date: 19 Feb 2018 20:13:21
Message: <5a8b7631$1@news.povray.org>
On 18.02.2018 23:18, Mike Horvath wrote:
> #declare MyAngle    = rand(MyRandomer)*2*pi;
> #declare MyX        = MyX+MyRadius*cos(MyAngle);
> #declare MyY        = MyY+MyRadius*sin(MyAngle);
> #declare MyZ        = MyZ;



Thanks. I want to give a try. But for now, "MyRadius" causes problems
because it has nowhere initialized. With what value do you initialize it?



---
Diese E-Mail wurde von AVG auf Viren geprüft.
http://www.avg.com


Post a reply to this message

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