POV-Ray : Newsgroups : povray.advanced-users : SplineTransform on points? : Re: SplineTransform on points? Server Time
29 Jul 2024 02:20:05 EDT (-0400)
  Re: SplineTransform on points?  
From: Tyler Eaves
Date: 7 Apr 2003 07:29:25
Message: <3e916114@news.povray.org>
ABX wrote:

> On Mon, 07 Apr 2003 07:50:46 -0400, Tyler Eaves <tyl### [at] hotpopcom> wrote:
>> Okay, imagine the following code.
>>
>> #declare myspline = spline{spline stuff...}
>>
>> sphere{<0,0,0>,1
>> Spline_Trans(myspline,.5, y, .1, 0);
>> }
> 
> Sorryy but I still not understand. What's your problem. Except semicolon
> there seems nothing wrong in above syntax. Perhaps you are asking about
> existence of vtransform():
> 
> #declare myspline = spline{spline stuff...}
> sphere{vtransform(<0,0,0>,Spline_Trans(myspline,.5, y, .1, 0)),1}

Ahh! That's what I need! Great, thanks!


Post a reply to this message

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