>
>      objPSize.addChild(theSphere);
>
> Note the ALLOW_APPEARANCE_READ capability....
>
> After the scene is compiled and active, I want to change the sphere's
> color.  So I get the appearance of the sphere by
>

I think you must also set the capability-bits of objPSize to allow
CHILDREN_READ
and CHILDREN_WRITE, otherwise you aren't allowed to modify the Children of
objPSize
in the compiled scenegraph.

Hope this helps.
                          Joerg

===========================================================================
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