Convert an X3D file to PML
--------------------------

General case:
Use any xslt processor (xalan for example) to convert an X3D document to PML
using the x3d2pml.xsl XSL Stylesheet.

You can try to transform teapot.x3d...

If you are on linux, and libxslt-proc is install, simply type:
x3d2pml.bat filename.x3d

Problems
--------

This transformation only works for facetted geometry (either triangular or quadrangular facets).
This does not work for X3D fixed geometry like Sphere, Cone, ...
