Moon
- To: mathgroup at smc.vnet.net
- Subject: [mg117713] Moon
- From: finkh <howardfink at gmail.com>
- Date: Wed, 30 Mar 2011 04:12:06 -0500 (EST)
The Help for Texture had this code in which I added a geotiff cylindrical projection of the moon. Can anyone suggest a method of selecting a portion of this so I can do a ListPlot3D and then export as stl. Here is an example: http://finkh.wordpress.com/2011/02/01/the-south-pole-of-the-moon-shackleton-crater/ moon = SphericalPlot3D[1, {u, 0, Pi}, {v, 0, 2 Pi}, Mesh -> None, TextureCoordinateFunction -> ({#5, 1 - #4} &), PlotStyle -> Directive[Specularity[White, 10], Texture[Import[ "http://finkh.files.wordpress.com/2011/03/ldem_4.png"]]], Lighting -> {White}, Axes -> False, Boxed -> False, RotationAction -> "Clip"]