>From: "Price, Eric" <[EMAIL PROTECTED]>
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: [java3d] Adding children to live scene
>Date: Mon, 4 Jan 1999 13:11:10 -0800 
>
>ALLOW_CHILDREN_EXTEND capability in Group does not seem to work. Has anyone
>had the same experience?

ALLOW_CHILDREN_EXTEND is the way to add new structures to a scene graph
at runtime.  Did you make sure that the root of the structure that you
are adding is a BranchGroup node?  Only BranchGroups can be added or
removed at runtime.  If you are using a BranchGroup, then maybe you
have encountered a bug.  In this case, please submit a test program to
[EMAIL PROTECTED]

-- 
Kevin Rushforth
Java 3D Team
Sun Microsystems

[EMAIL PROTECTED]
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to