Scene Selection

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
megalomania666
Posts: 12
Joined: Thu Mar 30, 2006 2:18 pm
Location: Sweden
Contact:

Scene Selection

Post by megalomania666 »

Hi

I load these two teapots into the engine from the same MY3D file

Screen Shot : http://www.megalomania666.com/xjobb/teapots.JPG

I need to know which of these two teapots I´m currently marking with the light "crosshair" so that I can write on the console "green" or "violet".

I have tried using the collision handling from Tutorial 7 but it doesn´t work since they share the same scene node. Is it possible to use the "bound in box" from the IMeshBuffer to solve this?
Xharock
Posts: 71
Joined: Wed May 10, 2006 3:50 pm

Post by Xharock »

Why not just have s SceneNode for Violet Teapot and one for Green Teapot.
megalomania666
Posts: 12
Joined: Thu Mar 30, 2006 2:18 pm
Location: Sweden
Contact:

Post by megalomania666 »

They have to be loaded into the engine from the same file (MY3D, 3ds or whatever) let´s just say it´s part of the problem! :?
Post Reply