|
|
On Thu, 15 Jul 1999 22:36:18 GMT, David Wilkinson wrote:
>On 15 Jul 1999 16:21:25 -0400, par### [at] fwicom (Ron Parker) wrote:
>
>>
>>The quotes in the docs are significant:
>>
>>isosurface { function { "Sphere" 1 } pigment { Red}}
>
>Thanks for the prompt response Ron, but this doesn't work either, the diagnostic
>is "missing right brace in function".
>I tried;
>isosurface { function { "Sphere, 1" } pigment { Red}}
>which gave the diagnostic "cannot load function"
>
>Incidently I can't find any reference to quotes in the docs.
Hm, you're right. They must have somehow gotten lost in the
translation. Here's the syntax that works for me:
isosurface { function { "Sphere" <1> } pigment { color red 1}}
Post a reply to this message
|
|