MathGroup Archive 2002

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

Search the Archive

Re: Problem with 3D Polygon

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33429] Re: [mg33402] Problem with 3D Polygon
  • From: SteveC <steve at fractalus.com>
  • Date: Thu, 21 Mar 2002 09:27:08 -0500 (EST)
  • References: <200203200653.BAA07982@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

* Kevin J. McCann (kmccann at umbc.edu) wrote:
> Graphics3D[{LightBlue,
>         Polygon[{{1,0,0},{1,0,1},{-1,0,1},{-1,0,0},{-1/2,0,0},{-1/2,0,
>               1/2},{1/2,0,1/2},{1/2,0,0},{1,0,0}}]}],Lighting->False,
>     Boxed->False];

You forgot Show[ and what LightBlue is

Try braking it up into 3 convex polygons.

have fun,

SteveC steve at fractalus.com fractalus.com/steve


  • Prev by Date: Approximation of a Function
  • Next by Date: Interpolation problem
  • Previous by thread: Problem with 3D Polygon
  • Next by thread: Re: Problem with 3D Polygon