Search found 5 matches

by kill56321
Wed Nov 25, 2009 12:15 pm
Forum: Beginners Help
Topic: Can I type Chinese or Japanese on The MessageBox?
Replies: 3
Views: 470

Thank you very much. :D
by kill56321
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?
by kill56321
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

Hey ultramedia. thanks for this. It's very useful.

But something error in it when I built it.

I'm sorry, I can't show my error message.
but I changed
IrrlichtDevice* device = createDevice(EDT_OPENGL,dimension2d<s32>(800,600),32,false,false,false);

to

IrrlichtDevice* device = createDevice(EDT ...
by kill56321
Fri Nov 06, 2009 12:49 pm
Forum: Beginners Help
Topic: Where is the 20kdm2.bsp
Replies: 2
Views: 424

Thank you. I'm finded it.
by kill56321
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.