MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

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) ?
> 
> 


  • Prev by Date: GUIKit: <<file quirk
  • Next by Date: Re: Colored Surface
  • Previous by thread: Re: Colored Surface
  • Next by thread: Re: Colored Surface