POV-Ray : Newsgroups : povray.general : faulty sphere sweep Server Time
2 Aug 2024 08:17:05 EDT (-0400)
  faulty sphere sweep (Message 1 to 3 of 3)  
From: Barehunter
Subject: faulty sphere sweep
Date: 17 Dec 2004 23:00:01
Message: <web.41c3aa7d56b37650407e4f500@news.povray.org>
hello I was trying to make a sphere sweep. Mind you I haven't tried it
before. this is what I put...
sphere_sweep {
   cubic_spline
   10,
   <.15, 16.76, -.66>, .08
   <.35, 16.86, -.66>, .08
   <.55, 16.9,  -.56>, .08
   <.75, 16.86, -.46>, .08
   <.95, 16.76, -.32>, .08
  }
I get the error message "numeric value expected but "}" found instead. I
used the example from the povhelp as an aid. what is missng?
Thank you.


Post a reply to this message

From: Rafal 'Raf256' Maj
Subject: Re: faulty sphere sweep
Date: 17 Dec 2004 23:18:24
Message: <Xns95C3363254A18raf256com@203.29.75.35>
nomail@nomail news:web.41c3aa7d56b37650407e4f500@news.povray.org

> 10,
>    <.15, 16.76, -.66>, .08
>    <.35, 16.86, -.66>, .08
>    <.55, 16.9,  -.56>, .08
>    <.75, 16.86, -.46>, .08
>    <.95, 16.76, -.32>, .08
> 

YOu declared to use 10 points, but then used only 5

-- 
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics


Post a reply to this message

From: Barehunter
Subject: Re: faulty sphere sweep
Date: 18 Dec 2004 00:15:00
Message: <web.41c3bbaf198bfe1e407e4f500@news.povray.org>
> YOu declared to use 10 points, but then used only 5
>
> --
> http://www.raf256.com/3d/
> Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
> Computer Graphics

Doh. thanks. I misunderstood the directions then.


Post a reply to this message

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