2 camera related questions

Bruce Bailey ([email protected])
Fri, 28 Apr 1995 10:59:09 -0700


1) I'm wondering whether there is a way to reposition the
camera in a VRML scene when some object in the scene is
clicked on. I'd like to do this without reloading the
entire scene, which I've done using 2 different VRML
models of the same scene, each with a different PerspectiveCamera
at the beginning, and WWWAnchors to allow selection by
the user.

Is there any way to reposition the camera within the same
scenegraph (based on a mouse click)? It seems that in 1.0
there may not be.

2) I would be interested in seeing new 2.0 functionality
that included the ability to load a new VRML document
based on camera position. For example, I'd like to be
able to walk through a door, and have passage through
the door trigger the loading of the room that I walk into.

Bruce Bailey ([email protected])