Skip to content
Back to formatted view

Raw Message

Message-ID: <5097D3D6.1050307@gmail.com>
Date: 2012-11-05T14:57:26Z
From: Duncan Murdoch
Subject: exporting 3D dynamic graph
In-Reply-To: <5097CBE9.6040703@u-paris10.fr>

On 05/11/2012 9:23 AM, Christophe Genolini wrote:
> Hi the list,
>
> Using misc3d, we can export 3d dynamic graph in pdf format.
>
> Is it also possible to export these graph into a format that we can publish on the web?

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