> Sackmunky wrote:

> Can I place a box in the scene, (kinda like a layer), that no matter
> where I look, It will stay in the same place?

This technique is usually termed a HUD - Head Up Display.

The easiest, though probably not the prettiest way, to do this is to
keep the geometry in the same branch of the scenegraph as your
ViewPlatform. Say you have something like:

    Universe
       |
    Locale
       |--------------+
      BG             BG
       |              |
    Your world       TG
                      |-----------------+
                 ViewPlatform          Box &
                                   Other "static"
                                      geometry
--
Justin Couch                         http://www.vlc.com.au/~justin/
Freelance Java Consultant                  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