aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/media/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/irrlicht-1.8.1/media/config.xml')
-rw-r--r--src/others/irrlicht-1.8.1/media/config.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/media/config.xml b/src/others/irrlicht-1.8.1/media/config.xml
new file mode 100644
index 0000000..d8ff5e0
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/media/config.xml
@@ -0,0 +1,29 @@
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;!.
6This program is able to load and display all 3D geometry and models the Irrlicht Engine can.
7Controls: Left mouse to rotate, right mouse to move, both buttons to zoom. Escape to Stop FPS Camera
8
9Supported formats are:
10- Irrlicht scene and mesh formats (.irr, .irrmesh, .xml)
11- 3D Studio (.3ds)
12- Blitz3D (.b3d)
13- COLLADA 1.2/1.3 (.dae, .xml)
14- Cartography shop 4 (.csm)
15- DirectX (.x)
16- DeleD (.dmf)
17- Maya (.obj)
18- Milkshape (.ms3d)
19- My3D (.my3D)
20- OCT (.oct)
21- Ogre3d (.mesh)
22- Pulsar LMTools (.lmts)
23- Quake 3 levels (.bsp)
24- Quake 2 models (.md2)
25- Stanford Triangle (.ply)
26- Stereolithography format (.stl)
27
28</messageText>
29</config>