Various IrrEdit Questions

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
man_id_unknown
Posts: 1
Joined: Sun May 04, 2008 10:03 pm

Various IrrEdit Questions

Post by man_id_unknown »

1) How do I setup collision for an IrrEdit-created scene?

2) Is there a way to retrieve the id (by textual name or anything else) of a specific mesh within an IrrEdit-created scene?
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

Post by Halifax »

For your answer to #1 you will probably want to check out this wiki article: Loading An IRRScene Made From IRREdit and Applying Collision.
TheQuestion = 2B || !2B
dudMaN
Posts: 111
Joined: Fri Mar 02, 2007 6:37 pm

Post by dudMaN »

Hey halifax!

As for #2, if you want to get a specific object see ISceneManager's getSceneNodeByID and GetSceneNodeByName or whatever.

-DudMan
Complete Irrlicht Beginners Tutorial
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=24898
Post Reply