Search found 5 matches
- Wed Nov 25, 2009 12:15 pm
- Forum: Beginners Help
- Topic: Can I type Chinese or Japanese on The MessageBox?
- Replies: 3
- Views: 470
- Wed Nov 25, 2009 3:31 am
- Forum: Beginners Help
- Topic: Can I type Chinese or Japanese on The MessageBox?
- Replies: 3
- Views: 470
Can I type Chinese or Japanese on The MessageBox?
Can I type Chinese or Japanese on The MessageBox?
Device->getGUIEnvironment()->addMessageBox(L"中文", L"にほんご");
I tried this on my test but nothing displayed.
How can I do?
Device->getGUIEnvironment()->addMessageBox(L"中文", L"にほんご");
I tried this on my test but nothing displayed.
How can I do?
- Wed Nov 18, 2009 6:00 am
- Forum: Code Snippets
- Topic: 3rd person camera #3,267 (C&C needed for newbie)
- Replies: 26
- Views: 19606
- Fri Nov 06, 2009 12:49 pm
- Forum: Beginners Help
- Topic: Where is the 20kdm2.bsp
- Replies: 2
- Views: 424
- Fri Nov 06, 2009 6:21 am
- Forum: Beginners Help
- Topic: Where is the 20kdm2.bsp
- Replies: 2
- Views: 424
Where is the 20kdm2.bsp
In Tutorial 2
I see these source:
device->getFileSystem()->addZipFileArchive("../../media/map-20kdm2.pk3");
scene::IAnimatedMesh* mesh = smgr->getMesh("20kdm2.bsp");
but I could not find the "20kdm2.bsp" file.
Please tell me where is it.
I see these source:
device->getFileSystem()->addZipFileArchive("../../media/map-20kdm2.pk3");
scene::IAnimatedMesh* mesh = smgr->getMesh("20kdm2.bsp");
but I could not find the "20kdm2.bsp" file.
Please tell me where is it.