Re: ListSurfacePlot3D shades
- To: mathgroup at smc.vnet.net
- Subject: [mg41566] Re: ListSurfacePlot3D shades
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 27 May 2003 01:47:27 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <baso54$kui$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
there is no shading difference, as you see from
apts = Table[{Cos[t] Cos[u], Sin[t] Cos[u],
Sin[u]}, {t, 0, Pi, Pi/5},
{u, 0, Pi/2, Pi/10}];
ListSurfacePlot3D[apts]
ParametricPlot3D[{Cos[t] Cos[u], Sin[t] Cos[u], Sin[u]}, {t, 0, Pi}, {u,
0,
Pi/2}, PlotPoints -> 5]
or can you tell us what you mean with "shading"
Regards
Jens
Andrea Miglio wrote:
>
> Hi,
> does anybody know how to set shading in ListSurfacePlot3D[] as in
> ParametricPlot3D or in ListPlot3D?
>
> thanks for your help,
>
> regards,
>
> Andrea