How Do You set up a link in HTML to link to an Viewpoint in vrml...
Any Takers, JP
In the HTML you use an anchor <a href="yourworld.wrl#ThisView">My
World</a>. In the VRML file, you need to have a DEFed Viewpoint node:
DEF ThisView Viewpoint {...}
Leonard Daly <da...@realism.com>
Information Visualization Specialist & VRML Educator
Daly Realism - Interactive Web Solutions
(http://www.realism.com)
Treasurer, LA VR User's Group: http://lavug.org/
Co-Chair, Web3D Content Development WG
In the HTML you use an anchor <a href="yourworld.wrl#ThisView">My
World</a>. In the VRML file, you need to have a DEFed Viewpoint node:
DEF ThisView Viewpoint {...}
I know CosmoPlayer does this correctly. I'm not sure about WorldView.