Changes between Version 5 and Version 6 of content/tools/FromBlenderToOrxonox
- Timestamp:
- Feb 27, 2017, 5:11:32 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/tools/FromBlenderToOrxonox
v5 v6 40 40 Then you need to manually convert them with the XML converter. 41 41 42 In Windows, drag the file on the XML converter executable.[[BR]]43 In Linux, open a terminal and execute {{{./OgreXMLConverter fileName.mesh.xml}}}42 On Windows, drag the file on the XML converter executable.[[BR]] 43 On Linux, open a terminal and execute {{{./OgreXMLConverter fileName.mesh.xml}}} 44 44 45 45 This will create (at least) 2 new files: A .mesh file and a .material file. Most likely, a log file of the OgreXML Converter will be produced also.