[X3D-Public] Scene Menu in X3D

Don Brutzman brutzman at nps.edu
Fri Aug 26 09:13:59 PDT 2011


On 8/26/2011 1:44 AM, o.akinwusi at bradford.ac.uk wrote:
> Hello everyone,
> 
> I want to add different menus to my scene but I don't know if that's possible or how to go about it. Could someone help please?

Two common techniques are to wrap an Anchor or TouchSensor node
around a Shape/Text to make the text linkable, either to another
viewpoint, another X3D scene, another web resource, or an animation.

Although not a menu system per se, the following technique is also helpful.

The simplest (and usually most effective) way is to add Viewpoints
for locations of interest.  The descriptions for each Viewpoint and
the order of them can make a nice tour for a user through the scene.

We also added a ViewpointGroup node that lets an author collect
viewpoints together, and enables a browser to use menu descriptions
and submenu descriptions (optionally scoped by user proximity).
However I don't know if any of the browsers are yet supporting it.

Further information available at

http://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Viewpoints
http://x3dgraphics.com/slidesets/X3dForWebAuthors/Chapter04-ViewingNavigation.pdf
and
https://www.movesinstitute.org/Video/Courses/X3dForWebAuthors/X3dForWebAuthorsVideo.html
	Viewing Navigation 4A - 4E

all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br      brutzman at nps.edu
Watkins 270   MOVES Institute, Monterey CA 93943-5000 USA  +1.831.656.2149
X3D, virtual worlds, underwater robots     http://faculty.nps.edu/brutzman



More information about the X3D-Public mailing list