Search found 6 matches

by caiten
Mon Sep 24, 2012 12:56 pm
Forum: Beginners Help
Topic: could not load mesh,beause file couldn't be opened room.3ds
Replies: 8
Views: 702

Re: could not load mesh,beause file couldn't be opened room.

Yes, all the files are there. But when starting the example from somewhere, you have to make sure that the relative(!) path you give the application is correct from where you are. So to be sure move to the bin/win32-visualstudio directory and start the app by clicking, or change to that directory o...
by caiten
Mon Sep 24, 2012 7:46 am
Forum: Beginners Help
Topic: could not load mesh,beause file couldn't be opened room.3ds
Replies: 8
Views: 702

Re: could not load mesh,beause file couldn't be opened room.

i from vietnamese . my english is bad.
I download irrlicht -1.7.3 from http://irrlicht.sourceforge.net/downloads/
in directory's irrlicht-1.7.3 have directory media.i don't repair or remove anything
by caiten
Sun Sep 23, 2012 4:20 pm
Forum: Beginners Help
Topic: could not load mesh,beause file couldn't be opened room.3ds
Replies: 8
Views: 702

could not load mesh,beause file couldn't be opened room.3ds

hi,all
i try to example 08.SpecialFX but visual studio message error in screen dos:
could not load mesh,beause file couldn't be opened ::.../.../media/room.3ds

how to fix error???
help me :(

thanks
by caiten
Mon Sep 03, 2012 8:06 am
Forum: Beginners Help
Topic: difference between u32 vs s32 and pointer in irrlicht
Replies: 7
Views: 3040

Re: difference between u32 vs s32 and pointer in irrlicht

Hi caiten, u32 and s32 (or irr::u32 and irr::s32 with explicit namespace) are just typedefs for integer types with 32-bit size. IrrlichtDevice documentation is here: http://irrlicht.sourceforge.net/docu/classirr_1_1_irrlicht_device.html but i replace u32 and s32 in example : IrrlichtDevice *irrDevi...
by caiten
Sun Sep 02, 2012 6:47 pm
Forum: Beginners Help
Topic: difference between u32 vs s32 and pointer in irrlicht
Replies: 7
Views: 3040

difference between u32 vs s32 and pointer in irrlicht

HI ALL

i am newbie .i have question;
+how to use u32 and s32 ?
+IrrlichtDevice *irrDevice .how to pointer *irrDevice use ?
IrrlichtDevice is class or struct ? i can't find in include file

thankss. my english is bad