Re: ContourPlot3D and mapping
- To: mathgroup at smc.vnet.net
- Subject: [mg55084] Re: [mg55038] ContourPlot3D and mapping
- From: "Dr A.H. Harker" <a.harker at ucl.ac.uk>
- Date: Fri, 11 Mar 2005 04:21:43 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
I think you need to abandon ContourPlot3D and reformulate your problem to use ParametricPlot3D, when you do have the option to specify a surface colour (but remember to set Lighting->False) Tony Harker Department of Physics and Astronomy University College London Gower Street LONDON WC1E 6BT (44)(0)207 679 3404 a.harker at ucl.ac.uk ]->-----Original Message----- ]->From: homh at momentum.chem.queensu.ca To: mathgroup at smc.vnet.net ]->[mailto:homh at momentum.chem.queensu.ca] ]->Sent: 10 March 2005 10:25 ]->To: mathgroup at smc.vnet.net ]->Subject: [mg55084] [mg55038] ContourPlot3D and mapping ]-> ]->Hi All, ]-> ]->I have a surface that is described by a function f[x,y,x] = C. I need to ]->map the values of another function g[x,y,z] on this surface, probably by ]->some kind of color scheme. It is something like giving "texture" to ]->an isovalue surface. ]-> ]->Has anyone done anything similar and could give me a hint? ]-> ]->Any help would be appreciated. ]-> ]->Minhhuy ]->PS. My appologies if this have been discussed before. I googled with ]->"ContourPlot3D", "mapping surface", etc, without avail. ]-> ]->