Re: Colored Surface
- To: mathgroup at smc.vnet.net
 - Subject: [mg53541] Re: [mg53520] Colored Surface
 - From: yehuda ben-shimol <benshimo at bgu.ac.il>
 - Date: Sun, 16 Jan 2005 22:23:58 -0500 (EST)
 - References: <200501160207.VAA05685@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
I couldn't figure if the problem is to generate the sphere or to make it 
with only blue color.
to generate a sphere and display it
<< Graphics`Shapes`;
Show[Graphics3D[Sphere[1]]]
If you try to display it with a single color you will loose the 3D 
effect. Do you really want this to happen?
If you do, turn off the lighting option of the Graphics3D and use a blue 
color BEFORE generating the sphere.
<< Graphics`Shapes`;
Show[Graphics3D[{RGBColor[0, 0, 1], Sphere[1]}, Lighting -> False]]
yehuda
Hannachi wrote:
>How to do a just blue sphere (for example) ?
>
>  
>
- References:
- Colored Surface
- From: nicolas_hannachi@yahoo.fr (Hannachi)
 
 
 - Colored Surface