Skip to content
Prev 274516 / 398506 Next

Irregular 3d objects with rgl

On 14/10/2011 8:14 PM, emorway wrote:
That's something you would have to put together yourself, it's not built 
in to rgl.  The misc3d package does something related (3d contour plots 
with cutaways, see ?contour3d).

To do exactly what you're askinf for in rgl, you would render the flat 
concentration image into a .png file, and then use that as a "texture" 
on a polygon.  Getting the details right is the tricky bit.

Duncan Murdoch