> I must be missing this one somewhere in the API.
> How do you "make" a node and it's sub-graph non-rendered, i.e. invisible
> without doing an detach/attach set up?

Put the subgraph in a Switch node and then set call
Switch.setWhichChild(Switch.CHILD_NONE) when you want to turn off rendering for
the subgraph.

Doug Gehringer
Sun Microsystems

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to