Lasse Öörni 5ad269e68c Reverted the addition of IsTouchEnabled() as on some platforms it is set dynamically on receiving the first touch. 12 年之前
..
CharacterDemo ad7b7451b4 As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process. 12 年之前
LuaScript 5ad269e68c Reverted the addition of IsTouchEnabled() as on some platforms it is set dynamically on receiving the first touch. 12 年之前
OgreBatchConverter 6e90c6ea13 Fixed bug in win32 ScanDir implementation, which did not scan subdirs if filter was not *.*. 13 年之前
OgreMaxscriptExport 83c5586b53 Applied patch to Maxscript exporter. 12 年之前
Readme.txt ea67568632 Added Lua bindings contributed by Aster Jian. 12 年之前

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

LuaScript

- Lua bindings for Urho3D. Contributed by Aster Jian. Uncomment ENABLE_LUA near
the bottom of Urho3D's root CMakeLists.txt to enable.