> From: Dean Iverson <[EMAIL PROTECTED]>
>
> Is it safe to update a live scene graph (assuming the appropriate
> capabilities are set) from inside a Canvas3D mouse/keyboard event handler?

Yes, it is safe.  If you make several changes to the scene graph the changes may
show up in different frames but that is not a problem for most applications.

> Otherwise, is it the case that you can ONLY update a live scene graph safely
> by either detaching the appropriate BranchGroup or from a Behavior?

Making the update from a Behavior (using Behavior.postId() or other behaviors)
will ensure that the set of changes will show up in the same frame.

Doug

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