MathGroup Archive 2006

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

Search the Archive

Combining Graphics and Graphics3D objects (something akin to Shadow)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64020] Combining Graphics and Graphics3D objects (something akin to Shadow)
  • From: "W. Craig Carter" <ccarter at mit.edu>
  • Date: Fri, 27 Jan 2006 05:13:41 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

I am wondering if anybody has done this and would show me a working 
example that I could modify for my purposes.

I'd like to render a Graphics3D object (say using ParametricPlot3D) 
and also render two arbitrary 2d Graphics objects onto planes of
the bounding box of the Graphics3d object.  The 2d objects might be 
(originally) generated from DensityGraphics or ContourPlot.

The effect should be similar to Graphics`Graphics3D`ShadowPlot3D, 
but with arbitrary graphics for the projections. I suppose I could 
hack this package as a last resort...


Many thanks,
W. Craig Carter


  • Prev by Date: Re: Separation of variables scheme
  • Next by Date: Re: Re: SetPrecision causes logical comparisons to fail in Mathematica 5.1 on Mac OS X?
  • Previous by thread: Re: How to get range of InterpolatingFunction ?
  • Next by thread: Re: Combining Graphics and Graphics3D objects (something akin to Shadow)