Disabling scene nodes?

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
WToma
Posts: 70
Joined: Tue Aug 09, 2005 8:38 am
Location: Szeged, Hungary

Disabling scene nodes?

Post by WToma »

Is it possible to set an enabled/disabled flag to scene nodes? I've read to documentation but I found it only for gui elements.
Toma
"This is not a bug, this is a feature!"
Foole
Posts: 87
Joined: Mon Aug 29, 2005 10:08 am

Post by Foole »

What would it do? ie what do you expect to happen when you disable a scene node? If you want it to not be displayed, try ISceneNode::setVisible.
WToma
Posts: 70
Joined: Tue Aug 09, 2005 8:38 am
Location: Szeged, Hungary

Post by WToma »

That's exactly what I wanted. I just couldn't remember :) Thx
Toma
"This is not a bug, this is a feature!"
Post Reply