thanks a lot, for irr beginner as me its v helpful
only one thing I found wrong in main.cpp (\IrrlichtProject\Templates\1033\)
...
int main()
{
IrrlichtDevice *device= createDevice(video::EDT_DIRECT3D9, core::dimension2d<s32>(640, 480),32,false,false,false);
...
and it should be <u32> not <s32 ...
Search found 1 match
- Thu Dec 03, 2009 4:00 am
- Forum: Code Snippets
- Topic: Irrlicht Project Wizard for VS 2008
- Replies: 2
- Views: 2306