Search found 5 matches

by asanbr
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, ...
by asanbr
Sat Jun 23, 2007 9:08 pm
Forum: Beginners Help
Topic: camera looking to one point in 3D
Replies: 5
Views: 525

There's something else!

I ran the irrlicht's example 04 on the Visual Studio 2005. I saw that the camera looked at a specific point, but i can move it to look to the other points and stuff. I want it to point to that specific point all the time, no matter how I move the algles. How can I dio that?
by asanbr
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...
by asanbr
Sat Jun 23, 2007 6:54 pm
Forum: Beginners Help
Topic: camera looking to one point in 3D
Replies: 5
Views: 525

BlindSide wrote:camera->setTarget(here you put the position of the node, or you can just use node->getPosition());

Good luck with irrlicht it is very easy! :D
BlindSide, thank you very much for the tip! I'll try this! So, I get your MSN, I'll add you.
by asanbr
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...