Lasse Öörni 6fbd76183b Comment cleanup. Use a WeakPtr for the character because the scene already owns it. 12 ani în urmă
..
CharacterDemo 6fbd76183b Comment cleanup. Use a WeakPtr for the character because the scene already owns it. 12 ani în urmă
OgreBatchConverter 6e90c6ea13 Fixed bug in win32 ScanDir implementation, which did not scan subdirs if filter was not *.*. 13 ani în urmă
OgreMaxscriptExport 83c5586b53 Applied patch to Maxscript exporter. 13 ani în urmă
Readme.txt 1d60bc59fa Added check to ListView to see if has been destroyed as a response to the selection event. 12 ani în urmă

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