Page 1 of 1

Disabling scene nodes?

Posted: Sun Sep 25, 2005 9:31 am
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

Posted: Sun Sep 25, 2005 11:46 am
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.

Posted: Sun Sep 25, 2005 3:25 pm
by WToma
That's exactly what I wanted. I just couldn't remember :) Thx
Toma