Skip to content

exporting 3D dynamic graph

4 messages · Christophe Genolini, Robert Baer, Duncan Murdoch

#
On 05/11/2012 9:23 AM, Christophe Genolini wrote:
You could write to WebGL.  Most browsers support this (but it might need 
to be turned on, and Internet Explorer doesn't support it at all).  See 
?writeWebGL.

If you're using the R-forge version of rgl, you can also write to .stl 
format, which is readable by many other programs (but much more limited 
than WebGL).  There are probably converters out there that can write 
some other format based on the .stl.  See ?writeSTL.

Duncan Murdoch