POV-Ray : Newsgroups : povray.general : parametric: error: float factor expected but function found instead. : Re: parametric: error: float factor expected but function found instead. Server Time
4 Aug 2024 22:14:28 EDT (-0400)
  Re: parametric: error: float factor expected but function found instead.  
From: Slime
Date: 26 Jan 2003 18:53:03
Message: <3e3474df$1@news.povray.org>
Try putting commas after the first two functions:

     function { sin(u)*cos(v) },
     function { sin(u)*sin(v) },
     function { cos(u) }


I took that straight out of section 6.5.5 of the documentation (searched the
index for "parametric.")

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

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