Web 3D technology

The educational technology and digital learning wiki
Revision as of 11:00, 2 September 2010 by Daniel K. Schneider (talk | contribs)
Jump to navigation Jump to search

Definition

Usually, Web 3D refers to interactive 3D technology that one can use through a web browser. However, users are usually required to install a so-called plugin.

Web 3D also can refer to technology that allows to browser the Web in 3D. See visualization.

Overview of web 3D technologies

One may distinguish several kinds of technologies and that are not really comparable since the fulfill different needs.

Wikipedia (retrieved 11:00, 2 September 2010 (CEST)) suggests to use four different criteria:

  • Simplicity (Automatic Installation, rates facilities already high)
  • Compatibility (Windows, Mac, Unix ..)
  • Quality (Performances, see Frames per second, and indirectly display quality)
  • Interactivity (Depending on the solutions, their programming opportunities, the creators of content have more or less freedom in the creation of interactivity.)

VRML and X3D

3D on the Web began in it's very beginning. The major impulse for VRML, the Virtual Reality Modeling Language, can be traced back to a birds of the feature sessions on Virtual Reality Markup Languages at the First International Conference on the World-Wide-Web, May 25-27, 1994 at CERN in Geneva.

It's conceptual origins are older, e.g. (a) Science Fiction literature (e.g. [Gibson, 1994], [Stephenson, 1992]), (b) Mark Pesce's, P. Kennard's and Toni Parisi's Labyrinth system ([Pesce et al., 1994]) and proposal for a 3-D navigation and representation scheme and (c) more generally 3-D computer graphics (including VR). Based upon SGI's Open Inventor format, a almost final draft for VRML 1.0 was presented at the second WWW conference in fall 94 in Chicago. On April 3, 1995 SGI presented WebSpace, the first publicly available VRML browser. So all in all it took about a year to set standards and make the first browser available. In 2007, VRML became an ISO standard.

VRML never caught on very much, because it's flexibilty made it difficult to write rendering engines that were fast. In opposition, early gaming engines just could render tunnels (with textures) and weapons and were fast because of this specialization. Of course, in the 1990's most PC's didn't have 3D graphics boards and those who did, were both very slow and very expensive compared to modern boards. In addition, interfaces with web browsers, i.e. the HTML page in which the 3D scene is embedded were unreliable and not standardized. This was also a major flaw, since it is important to be able to combine interactive 2D and 3D contents. Finally, 3D companies ought to be able to plan for the long term since writing flexible rendering engines cans take years. Without the backing of large company, this is not possible.

In 2001, the Web3D Consortium started work on X3D and a first release was published in 2003. X3D is a revision of VRML in modular form. It supports both XML and traditional VRML syntax. Most modules are now ISO standards or almost.

Like VRML, X3D never caught one a lot. Nevertheless, both formats are quite popular in education since they are flexible and powerful, declarative and standardized. Most proprietary Web 3D formats did not survive. The typical pattern is that a new 3D company makes a lot of noise for their proprietary format and then encouters some success - examples were ActiveWorlds, then SecondLife and more recently Google) and then falls down to a smaller niche than VRML/X3D or bankruptcy. For this reason, VRML/X3D also are used as reliable exchange format (in the same way that SVG is used for 2D]].

WebGL

The purpose of WebGL is to bring hardware-accelerated 3D graphics to the Web without plug-ins. In other words, web browsers will directly support 3D graphics and lessen the need to install plugins.

Currently, (Sept. 2010), Firefox 4Beta and WebKit ?Beta (Safara/Chrome) provide partial support. It is possible to install one of these versions in addition to the stable versions, but you'll have to carefully manage your profiles.

Web GL is based on the well know OpenGL graphics API.

HTML5 / JavaScript APIs

Since HTML includes en element for graphics, i.e. the canevas element, there are several API proposals that will build on top of WebGL.

  • Google promotes O3D
  • The Web|3D consortium

Flash

Flash 10 (released in 2008) does have 3D capabilities, i.e. ActionScript classes and methodes. Prior to official 3D support, many 3rd party developers did release Flash 3D products most of which are programming libraries. These libraries remain more popular than Adobe's classes but they usually rely on Adobe's framework.

There is not official 3D authoring tool from Adobe. CS4 and CS5 only provide support for 3D animation of 2D objects.

Links

Bibliography

  • Gibson, W. (1994). Neuromancer. Ace, New York.
  • Ortiz, Sixto Jr. (2010). Is 3D Finally Ready for the Web?, Computer, January 2010 (Vol. 43, No. 1) pp. 14-16. (Computer, (Access restricted)).
  • Pesce, M. (1995). VRML, Browsing and Building Cyberspace. New Riders, Indianapolis.
  • Stephenson, N. (1992). Snow Crash. Bantam.