config.xml 912 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <config>
  3. <!--This is a config file for the Irrlicht Engine Mesh Viewer.-->
  4. <startUpModel file="dwarf.x" />
  5. <messageText caption="Irrlicht Engine Mesh Viewer">Welcome to the Mesh Viewer of the &quot;Irrlicht Engine&quot;!.
  6. This program is able to load and display all 3D geometry and models the Irrlicht Engine can.
  7. Controls: Left mouse to rotate, right mouse to move, both buttons to zoom. Escape to Stop FPS Camera
  8. Supported formats are:
  9. - Irrlicht scene and mesh formats (.irr, .irrmesh, .xml)
  10. - 3D Studio (.3ds)
  11. - Blitz3D (.b3d)
  12. - COLLADA 1.2/1.3 (.dae, .xml)
  13. - Cartography shop 4 (.csm)
  14. - DirectX (.x)
  15. - DeleD (.dmf)
  16. - Maya (.obj)
  17. - Milkshape (.ms3d)
  18. - My3D (.my3D)
  19. - OCT (.oct)
  20. - Ogre3d (.mesh)
  21. - Pulsar LMTools (.lmts)
  22. - Quake 3 levels (.bsp)
  23. - Quake 2 models (.md2)
  24. - Stanford Triangle (.ply)
  25. - Stereolithography format (.stl)
  26. </messageText>
  27. </config>