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