Urho3D/Extras
Lasse Öörni ce562fb894 Refactored Engine to use a startup parameters VariantMap.
Enhanced VariantMap to accept indexing via strings.
2013-03-31 13:14:21 +00:00
..
CharacterDemo Refactored Engine to use a startup parameters VariantMap. 2013-03-31 13:14:21 +00:00
OgreBatchConverter Fixed bug in win32 ScanDir implementation, which did not scan subdirs if filter was not *.*. 2013-03-09 20:42:45 +00:00
OgreMaxscriptExport Applied patch to Maxscript exporter. 2013-03-14 09:13:55 +00:00
Readme.txt Added check to ListView to see if has been destroyed as a response to the selection event. 2013-03-29 23:40:51 +00:00

Readme.txt

Этот файл содержит невидимые символы Юникода!

Этот файл содержит невидимые символы Юникода, которые могут быть отображены не так, как показано ниже. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы показать скрытые символы.

OgreBatchConverter

- Contributed by Carlo Carollo. Converts multiple Ogre .mesh.xml files (also from 
  subdirectories) by invoking the OgreImporter tool.
- Enable in build by uncommenting at the bottom of the Urho3D root CMakeLists.txt

OgreMaxscriptExport

- Contributed by Vladimir Pobedinsky. A modified version of the Maxscript 
  Exporter from the Ogre SDK that will import Ogre .mesh.xml files (for feeding
  into OgreImporter) and materials in Urho3D .xml format.

CharacterDemo

- A moving character example, with 1st/3rd person camera. Creates the same scene as 
  the TestScene script application.
- Enable in build by uncommenting at the bottom of the Urho3D root CMakeLists.txt