Sivaram,

If I understood your question correctly, you would like the user to be able
to walk around the VRML file of the building you just loaded.

Java 3D, doesn't know anything about your "building", it is just a bunch of
triangles, that happen to be grouped together. I'm guessing that your
question is really asking:

1. How do I make the building the right size?
Scale using a TransformGroup.

2. How do I put the user inside the building?
Set the clipping planes in the View (View.setFrontClipDistance) and position
the Viewer (ViewingPlatform.getMultiTransformGroup).

I suggest you check out some of the tutorials online for further information
on adding geometry to an existing scene etc.

Best of luck!

Daniel Selman

[EMAIL PROTECTED]
http://www.tornadolabs.com


-----Original Message-----
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED]]On Behalf Of Sivaram Ghorakavi
Sent: 24 December 1999 18:18
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Loading...


Hi Guys,

I am newbie in to Java3D. I got few questions...

I loaded a scene object,a Building, from the VRML file
and am able to display this building in independent
applet. But how do I attach this building on to any
existing geometry??? I am trying to put this scene on
the example, KeyNavigatorApp.java, geometry in the
tutorial.

How do I specity the KeyNavigation just only for this
building. The user should be able to walk around in
the building...

Help me...

thanx Gurus

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.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".

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