POV-Ray : Newsgroups : povray.advanced-users : Dynamic sphere sweep : Dynamic sphere sweep Server Time
20 Apr 2024 08:09:00 EDT (-0400)
  Dynamic sphere sweep  
From: yesbird
Date: 28 Feb 2023 00:35:01
Message: <63fd9285$1@news.povray.org>
Hi,
can't figure out why this construction don't work:
-------------------------------------------------
#declare X = 0;
sphere_sweep {
   linear_spline
   4,
   #while (X < 4)
     <X,0,0>, 0.1
     #declare X = X + 0.1;
   #end
}
-------------------------------------------------
and how to create sweep 'on the fly'.
Similar construction work fine for creating color_map, for example...

Help please !
--
YB


Post a reply to this message

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