POV-Ray : Newsgroups : povray.animations : Splines and Cameras : Re: Splines and Cameras Server Time
15 May 2024 11:20:57 EDT (-0400)
  Re: Splines and Cameras  
From: jkennedy12
Date: 17 Apr 2011 16:15:01
Message: <web.4dab49a184bc41c93c82a5bf0@news.povray.org>
Alain <aze### [at] qwertyorg> wrote:

> > camera {
> >          location Spline_Trans(Spline_1,0.0,y,0.03,0.95)
> >          look_at Spline_Trans(Spline_1,0.2,y,0.03,0.95)
> > }
> > That should sum up what I want to start with. This gives me an error and sends
> > me to the transform.inc file. Does anyone have a solution to this?
> >
> >
>
> The Spline_Trans() macro is undefined by default. You need to include
> transform.inc to have access to the definition of that macro.
>
> Add this line before you attempt to use SplineTrans:
>
> #include "transform.inc"
>
>
>
> Alain

I know that. It is already included in the file before this segment of code
takes place. This is at the very bottom.


Post a reply to this message

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