aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/media/config.xml
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:24:39 +1000
committerDavid Walter Seikel2013-01-13 17:24:39 +1000
commit393b5cd1dc438872af89d334ef6e5fcc59f27d47 (patch)
tree6a14521219942a08a1b95cb2f5a923a9edd60f63 /libraries/irrlicht-1.8/media/config.xml
parentAdd a note about rasters suggested start up code. (diff)
downloadSledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.zip
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.gz
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.bz2
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.xz
Added Irrlicht 1.8, but without all the Windows binaries.
Diffstat (limited to 'libraries/irrlicht-1.8/media/config.xml')
-rw-r--r--libraries/irrlicht-1.8/media/config.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8/media/config.xml b/libraries/irrlicht-1.8/media/config.xml
new file mode 100644
index 0000000..d8ff5e0
--- /dev/null
+++ b/libraries/irrlicht-1.8/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>