Search found 5 matches
- Wed Sep 23, 2009 12:33 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: HOWTO Guide: Unmanaged Irrlicht in .NET WinForms
- Replies: 15
- Views: 14915
My version is a stand-alone snippet. Instead of Application::Run, you do the loop the way I do. Night_hawk, thanks for the tips! I've added your code in my main function, instead of Application::Run(), but i think it loose the event handing property :? If I just use Application::Run() and execute, ...
- Sat Jun 23, 2007 9:08 pm
- Forum: Beginners Help
- Topic: camera looking to one point in 3D
- Replies: 5
- Views: 525
- Sat Jun 23, 2007 8:16 pm
- Forum: Beginners Help
- Topic: camera looking to one point in 3D
- Replies: 5
- Views: 525
BlindSide, I'm moving to Linux/ubuntu and now, I'm using code::blocks now. Every time that I'm trying to compile and execute the build message show the following error: :: === Irrlicht Example 04 Movement, default === main.cpp:(.text+0x79):: undefined reference to `irr::createDevice(irr::video::E_DR...
- Sat Jun 23, 2007 6:54 pm
- Forum: Beginners Help
- Topic: camera looking to one point in 3D
- Replies: 5
- Views: 525
- Mon Jun 18, 2007 4:06 pm
- Forum: Beginners Help
- Topic: camera looking to one point in 3D
- Replies: 5
- Views: 525
camera looking to one point in 3D
Hi guys, I don't speak english, so, forgive me for any error's! I'm learning C++ and Irrlicht. I want to make a program in 3D to show an machine, so the camera can round and zoom it, but ever pointing to the center of the machine but I don't know to do it. I saw the cameras in Irrlicht and I guess t...