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/ ]