Index of /guides/vrml/examples/eai/navigate
Name Last modified Size Description
Parent Directory 18-May-2000 09:13 -
Navigate.class 27-Jan-1998 17:31 4k
Navigate.java 27-Jan-1998 17:30 4k
NavigateDyn.class 16-May-2000 18:16 3k
NavigateDyn.java 16-May-2000 18:15 4k
NavigateTour.class 06-Feb-1998 11:47 5k
NavigateTour.java 06-Feb-1998 11:45 6k
NavigateTour.java.save1 28-Jan-1998 17:02 5k
navigate-dyn-root.wrl 06-Feb-1998 11:15 3k
navigate-dyn.html 06-Feb-1998 11:13 1k
navigate-root.wrl 27-Jan-1998 17:50 3k
navigate-tour-root.wrl 28-Jan-1998 18:18 3k
navigate-tour.html 06-Feb-1998 11:40 1k
navigate.html 27-Jan-1998 14:01 1k
Navigate Demo Applet (28-Jan-1998)
Navigate Demo Applet
- The example navigate.html shows how to set ViewPoints
from a JavaApplet.
This could be done quite well with VRML alone of course, (so far with Irix/Cosmo 1.x at least) even better because a simple set_bind will have
the user jump to the location even if the jump field = FALSE.
- The example navigate-dyn.html retrieves a set of Viewpoints from a Group {} and generates navigation buttons
in the Java Panel.
WARNING: If the Group Node contains other children than ViewPoints
you'll get errors !!
- The example navigate-tour.html does
the same as above, but does check the type of nodes. In addition
it contains a "tour" button.
Note: Does not work with VRWave (Viewpoints binding unsupported as of 1/98)
D.K.S.