by Klamath.exo@[EMAIL PROTECTED]
Aug 7, 2006 at 05:49 PM
>But is it possible to use SoSwitch instead of SoSeperator? Anywhere? What
are the
> disadvantages? Because I need to have the possibility to set all
> parts/shapes of my Scene visible/invisible.
Well the main thing i use the SoSwitch for is to switch between entire
scenegraphs.
I believe you can attach any node to an SoSwitch node to swap between
them, but personally i have the root node (SoSeparator) of each
scenegraph attached beneath the SoSwitch.