Search found 125 matches

by mant
Sat Jun 22, 2013 9:12 am
Forum: Code Snippets
Topic: Windows form multi-windows
Replies: 5
Views: 2477

Re: Windows form multi-windows

Thanks hybrid, Coming from C# background so I wasn't aware of dynamic list in C++. Now that I learn there is a thing call vector. Cheers vu Read this if you want to use STL in game programming :D, or you may want to use some data structures come with Irrlicht (see Irrlicht irrlicht 1.71 beginner gu...
by mant
Sat Jun 22, 2013 9:05 am
Forum: Code Snippets
Topic: Windows form multi-windows
Replies: 5
Views: 2477

Re: Windows form multi-windows

Just have a look at TUT9 for your question (mình cũng mới học :D cùng trao đổi nào)  // add a camera scene node     Camera[0] = smgr->addCameraSceneNodeMaya();     Camera[0]->setFarValue(20000.f);     // Maya cameras reposition themselves relative to their target, so target the location     // where...
by mant
Tue Jan 29, 2013 4:04 am
Forum: Beginners Help
Topic: how to use Irrlicht on Windows8
Replies: 6
Views: 884

Re: how to use Irrlicht on Windows8

Nadro wrote:You mean Win32 or WinRT API? WinRT API isn't supported.
So what should I do to run w32 API on windows 8?
I just want to learn about Irrlicht and my first hello program didn't run :(
by mant
Tue Jan 29, 2013 4:02 am
Forum: Beginners Help
Topic: how to use Irrlicht on Windows8
Replies: 6
Views: 884

Re: how to use Irrlicht on Windows8

Sorry, posting images is not allowed in your first message (to avoid that people have to see the stuff certain spambots often post). You can post them when you try again (I think...). But I checked your links manually and they also don't seem to work, so you might want to check that first. Sorry fo...
by mant
Sun Jan 27, 2013 3:49 pm
Forum: Beginners Help
Topic: how to use Irrlicht on Windows8
Replies: 6
Views: 884

how to use Irrlicht on Windows8

Hi Everyone. I followed this: http://irrlicht.sourceforge.net/forum/viewtopic.php?t=25355 but: http://nu8.upanh.com/b6.s35.d2/0c794ec2d860aeb23035e153ac313806_52926318.untitled.jpg http://nu5.upanh.com/b4.s34.d2/d9b28b6f35e348c4822b64a20c061624_52926325.untitled2.jpg I added system("pause"...