Color in ParametricPlot3D
- To: mathgroup at yoda.physics.unc.edu
- Subject: Color in ParametricPlot3D
- From: twj
- Date: Fri, 31 Jul 92 09:00:42 CDT
In reply to R.B. Love:
ParametricPlot3D[ {Sin[t] Cos[p],
Sin[t] Sin[p],
Cos[t],
Hue[ t/Pi]},
{t,0,Pi}, {p,0,2Pi}, Lighting -> False]
will put color into a surface generated with ParametricPlot3D.
You will have to adjust the color used to get the actual effect
you want.
Tom Wickham-Jones
WRI