[JAVA3D] transform question

2004-09-02 Thread Serge Bernier
Hi all, I have a geometry attach to a part of a biped and I can get all the transform3D info apply to the geometry. Is it possible to have the final coord point of the geometry after applying all the transformations?? What I want it the final coord point display in the virtual world after applyi

[JAVA3D] Xj3D 2 Sept 2004 Dev release

2004-09-02 Thread Justin Couch
We're up to it again - Another Xj3D dev release sneeks out under the door. This is the first one since M9, so lots of new stuff. Executive summary: New components for DIS, H-Anim, CAD, Fog, Clipping. Fixed some long-standing SAI issues, and start of a big cleanup internally to reduce the amount of

[JAVA3D] Illustrator/SVG graphics?

2004-09-02 Thread M. Halpin
I have a bunch of art in Illustrator that I'd like to render as flat polygonal meshes. By default, AI can export to SVG and DXF: the SVG files look pretty good in third-party SVG viewers, however the DXF files look awful (not to mention that only a few components of them actually load using th

Re: [JAVA3D] Illustrator/SVG graphics?

2004-09-02 Thread Justin Couch
M. Halpin wrote: Anyway, so I was wondering if anyone knew of a way to load/convert SVGs into something Java3D can render as polygons? Since SVG is an XML-based language, with a bit of XSLT hacking, you could transform it to X3D and then use one of the loaders available for that. Problem is that S