POV-Ray : Newsgroups : povray.general : spline question : spline question Server Time
4 Aug 2024 02:22:34 EDT (-0400)
  spline question  
From: J T
Date: 10 Aug 2003 11:39:13
Message: <oprto4gdzg7d64w7@news.povray.org>
Hi,

I am using a spline, with randomly generated points. I use a while loop for 
placing spheres on the points of the spline. I want to set the first point 
of the spline myself, instead of randomly generated. How can I do that? I 
tried the following:

spline {
 natural_spline
  0,MyPoint
  // ...here is the code for the randomgenerator...
 }

But that doesn't work. First the randomgenerator and then my point didn't 
work either.


Thank you very much for your help!

J T


Post a reply to this message

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