POV-Ray : Newsgroups : povray.pov4.discussion.general : Possible new features? : Re: Possible new features? Server Time
20 May 2024 07:09:25 EDT (-0400)
  Re: Possible new features?  
From: Blue Herring
Date: 3 Jan 2008 11:10:01
Message: <web.477d087cbe601095ce5ce3790@news.povray.org>
Hello,
  One thing I'd like to see is the ability to use standalone spline objects when
defining objects that use splines, such as sor, lathe, prism, and sphere_sweep.
For example:

#declare MySpline = spline { ... }

#declare MyLathe =
  lathe {
    spline { MySpline }
    texture { ... }
  }

I think this would serve to generalize spline use much more, and make them more
useful.


Post a reply to this message

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