[Matplotlib-users] How to convert 3D Images into U3D files

2010-10-16 Thread Nils Wagner
Hi all,

Does anyone know how I can convert my matplotlib 3D images 
into U3D files ?


I found some hints for Matlab users ...

Any pointer would be appreciated.

Thanks in advance.

Nils

http://en.wikipedia.org/wiki/Universal_3D

http://www.mathworks.de/matlabcentral/newsreader/view_thread/157025

http://www.nada.kth.se/~asa/Ray/matlabobj.html

http://meshlab.sourceforge.net/


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] How to convert 3D Images into U3D files

2010-10-16 Thread Benjamin Root
On Sat, Oct 16, 2010 at 7:04 AM, Nils Wagner
wrote:

> Hi all,
>
> Does anyone know how I can convert my matplotlib 3D images
> into U3D files ?
>
>
> I found some hints for Matlab users ...
>
> Any pointer would be appreciated.
>
> Thanks in advance.
>
> Nils
>
> http://en.wikipedia.org/wiki/Universal_3D
>
> http://www.mathworks.de/matlabcentral/newsreader/view_thread/157025
>
> http://www.nada.kth.se/~asa/Ray/matlabobj.html
>
> http://meshlab.sourceforge.net/
>
>
Nils,

I don't believe that this is currently possible in  mplot3d.  The way the
".savefig()" function works is by getting all of the object data down to one
of the backends, which operate on 2D data only.  As a matter of fact, a lot
of code in mplot3d is spent on producing 2D projections of 3D data.

While such a feature would be neat (and maybe it could be shoehorned into
the pdf writer?) I would not expect it anytime soon.  I would greatly
encourage you to file a feature request and include those links as well.

http://sourceforge.net/tracker/?group_id=80706

Thanks for the idea!
Ben Root
--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users