Re: Colored Surface
- To: mathgroup at smc.vnet.net
- Subject: [mg53538] Re: [mg53520] Colored Surface
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sun, 16 Jan 2005 22:23:55 -0500 (EST)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Needs["Graphics`"]; Show[Graphics3D[Sphere[1, 20, 15], LightSources->{{{1,0,1},Blue}}]]; Show[Graphics3D[Sphere[1, 20, 15], LightSources->{ {{1,0,1},Blue}, {{0,1,1},Blue}}]]; Bob Hanlon > > From: nicolas_hannachi at yahoo.fr (Hannachi) To: mathgroup at smc.vnet.net > Date: 2005/01/15 Sat PM 09:07:48 EST > To: mathgroup at smc.vnet.net > Subject: [mg53538] [mg53520] Colored Surface > > How to do a just blue sphere (for example) ? > >