Jason Cheatham wrote:
> So, if you wanted to allow the user to add spheres to the scene in
different
 > locations, then what is the best way to handle this?

Generally, just stick a BG on the top of whatever you want to add. So in
this case you would have something like

           WorldBG
              |
      +-------+-----   ...
      |             |
     BG             BG
      |             |
     TG             TG
      |             |
    Shape         Shape
      |             |
   +--+---+      +--+---+
   |      |      |      |
Geom    App    Geom    App

The worldBG must be set up with the ALLOW_CHILDREN_WRITE and
ALLOW_CHILDREN_EXTEND capabilities.

--
Justin Couch                         http://www.vlc.com.au/~justin/
Java Architect & Bit Twiddler              http://www.yumetech.com/
Author, Java 3D FAQ Maintainer                  http://www.j3d.org/
-------------------------------------------------------------------
"Humanism is dead. Animals think, feel; so do machines now.
Neither man nor woman is the measure of all things. Every organism
processes data according to its domain, its environment; you, with
all your brains, would be useless in a mouse's universe..."
                                               - Greg Bear, Slant
-------------------------------------------------------------------

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