POV-Ray : Newsgroups : povray.unofficial.patches : Superpatch built-in functions : Re: Superpatch built-in functions Server Time
2 Sep 2024 14:20:44 EDT (-0400)
  Re: Superpatch built-in functions  
From: Ron Parker
Date: 15 Jul 1999 16:21:25
Message: <378e42c5@news.povray.org>
On Thu, 15 Jul 1999 20:13:22 GMT, David Wilkinson wrote:
>I have been trying out SP and cannot get it to recognise any of the built-in
>function names - Sphere, rounded_box, Torus, Superellipsoid, helix1, helix2.
>
>Have I got the syntax wrong?
>
>eg.
>
>isosurface {  function { Sphere 1 }  pigment { Red}}
>
>This seems to be correct according to the docs, but SP is looking for a float
>factor after function and says Sphere is an undeclared identifier.
>I have tried many other syntactical combinations without success.

The quotes in the docs are significant:

isosurface {  function { "Sphere" 1 }  pigment { Red}}


Post a reply to this message

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