POV-Ray : Newsgroups : povray.pov4.discussion.general : splines in a function{} Server Time
28 Mar 2024 14:33:29 EDT (-0400)
  splines in a function{} (Message 1 to 1 of 1)  
From: H  Karsten
Subject: splines in a function{}
Date: 1 Nov 2009 20:40:01
Message: <web.4aee38649d7a4a56da6353d60@news.povray.org>
Its not possible to use a predefined spline insight a function, like:

#declare Spline=spline{
natural_spline
0,<0,0>
1,<2.5,0>
10,<50,0>
}

#declare Function=function{y*Spline.u(clock*10)}


For example, with splines in a function it would be a great enhancement to
controll the shape of an ISO-object.


Post a reply to this message

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