home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Multimedia / k3d-setup-0.7.11.0.exe / lib / k3d / plugins / k3d-collada-io.module.proxy < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-19  |  1.7 KB  |  47 lines

  1. <?xml version="1.0" ?>
  2. <k3dml package="k3d" version="0.7.11.0" host="Windows-5.1;x86">
  3.     <module name="k3d-collada-io.module">
  4.         <plugins>
  5.             <plugin name="COLLADAMeshReader" factory_id="4d603851 0441b8b5 294d5a8c 95478016" quality="experimental" type="document">
  6.                 <short_description>Mesh reader that loads external COLLADA (.dae) files into the document by reference</short_description>
  7.                 <categories>
  8.                     <category>MeshReader</category>
  9.                 </categories>
  10.                 <interfaces>
  11.                     <interface>k3d::imesh_source</interface>
  12.                     <interface>k3d::imesh_storage</interface>
  13.                 </interfaces>
  14.                 <metadata/>
  15.             </plugin>
  16.             <plugin name="COLLADAMeshWriter" factory_id="cf5833ea 264c781c 844512a5 e2270efc" quality="experimental" type="document">
  17.                 <short_description>Mesh writer that saves external COLLADA (.dae) files</short_description>
  18.                 <categories>
  19.                     <category>MeshWriter</category>
  20.                 </categories>
  21.                 <interfaces>
  22.                     <interface>k3d::imesh_sink</interface>
  23.                 </interfaces>
  24.                 <metadata/>
  25.             </plugin>
  26.             <plugin name="COLLADADocumentExporter" factory_id="33f1ba2c 5b41392d e9dc9d99 66a8129d" quality="stable" type="application">
  27.                 <short_description>COLLADA ( .dae )</short_description>
  28.                 <categories/>
  29.                 <interfaces>
  30.                     <interface>k3d::idocument_exporter</interface>
  31.                 </interfaces>
  32.                 <metadata/>
  33.             </plugin>
  34.             <plugin name="COLLADADocumentImporter" factory_id="d473c2a6 45447d4c 7fb4bfbc f0feda54" quality="experimental" type="application">
  35.                 <short_description>COLLADA ( .dae )</short_description>
  36.                 <categories/>
  37.                 <interfaces>
  38.                     <interface>k3d::idocument_importer</interface>
  39.                 </interfaces>
  40.                 <metadata>
  41.                     <pair name="k3d:mime-types" value="application/x-collada"/>
  42.                 </metadata>
  43.             </plugin>
  44.         </plugins>
  45.     </module>
  46. </k3dml>
  47.