. // I recommend you leave this here as otherwise when you resize NS4's width menus are hidden. var popOldWidth = window.innerWidth; nsResizeHandler = new Function('if (popOldWidth != window.innerWidth) location.reload()'); // This is a quick snippet that captures all clicks on the document and hides the menus // every time you click. Use if you want. if (isNS4) document.captureEvents(Event.CLICK); document.onclick = clickHandle; function clickHandle(evt) { if (isNS4) document.routeEvent(evt); hideAllBut(0); } // This is just the moving command for the example. function moveRoot() { with(menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5); } // End -->
And what about marriage in cyberspace? A bride, a groom and their minister entered cyberspace by entering pods at the CyberMind Virtual Reality Center in San Francisco. They said their vows amid a virtual recreation of the lost city of Atlantis. The scene included palaces, chariots, carousels, and even doves. DRESSING FOR CYBERSPACE To enter cyberspace, users don special hardware for the feeling of total immersion in a three - dimensional world.
WILL THE PROMISE BE KEPT? Virtual reality is still in its infancy, but the breadth and success of existing VR applications have shown us that VR will play an important role in the future. Already, architects can "walkthrough" proposed buildings. Researchers are exploring life forms on a VR version of an Antarctic lake bottom. A Japanese department store uses a "virtual kitchen" for planning custom-designed remodeling projects. Exercise bikes can cycle through a virtual town. Virtual reality arcades (VRcades) let players be a part of the game. Acrophobics don VR headsets to overcome their fear of heights. Although some VR applications can be run on powerful PCs, the most realistic experiences are created with sophisticated systems that cost as much as a new Mercedes. Moreover, the equipment is cumbersome and the graphics are often fairly crude. Still, many experts predict that hardware costs will continue to drop and software will become more refined. If so, virtual reality will emerge as the user interface of the future. |
Long, Larry and Nancy. Introduction to Computers and Information Systems. Singapore: Prentice Hall, 1998.