Hi,all:

   I have a question about VRML. When I load the VRML file, how can I get
the bounding box of the object in the VRML file? I mean if I can query the
minimum X, maxium X, minimum Y, minimum Y value from Java3D about the VRML
file, is there any method from Scene(or other class) to query such
parameters? something like :
Scene s=loader.load("myfile.wrl");
s.getMinimumX();?
s.getMaximumY(); etc?

  I wonder if there is an automatic way of querying the bounding box of the
object in VRML file without opening to see it, if there are some files from
network URL, which are loaded into Java3D, I want to query the bounding box
so that I can transform it to other positions such as the origin.

  The same question also applies to OBJ file. Can anyone help me about it?

David
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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