X3DV

The educational technology and digital learning wiki
Jump to navigation Jump to search

Draft

<pageby nominor="false" comments="false"/>

Definition

“X3D is a royalty-free open standards file format and run-time architecture to represent and communicate 3D scenes and objects using XML. It is an ISO ratified standard that provides a system for the storage, retrieval and playback of real time graphics content embedded in applications, all within an open architecture to support a wide array of domains and user scenarios.
X3D has a rich set of componentized features that can tailored for use in engineering and scientific visualization, CAD and architecture, medical visualization, training and simulation, multimedia, entertainment, education, and more.
The development of real-time communication of 3D data across all applications and network applications has evolved from its beginnings as the Virtual Reality Modeling Language (VRML) to the considerably more mature and refined X3D standard.”
(web|3D, retrieved 12:54, 11 March 2009 (UTC)).

See also: AJAX3D, VRML, 3D interactive environment

How to build X3D scenes

X3D scenes can contain two sorts of "contents". Objects and behaviors.

Building objects

Basically, there are three kinds of options:

  • Build 3D scenes or elements of the scene with a tool that can export to X3D
  • Use a special-purpose X3D editor
  • Use an XML editor

Here is a longer list of options (John F. Richardson / VRML mailing list):

  1. An open source modeling and animation system like Blender or Wings3D
  2. A commercial modeling and animation system like Maya or Lightwave3D or Softimage
  3. Your own proprietary modeling and animation system
  4. Free for personal use commercial VRML/X3D authoring tool like Vivaty
  5. Commercial VRML/X3D authoring system [ authoring systems from Vivaty / Octaga / Bitmanagement / Parallel Graphics / … ]. Cost varies.
  6. Open source VRML/X3D authoring system like X3D-edit.
  7. A text editor, preferably an schema-aware XML editor
  8. A text editor without any XML support

See below and also the Web3D website for lists of tools

A modular architecture

Unlike its VRML predecessor, X3D has a modular architecture with four baseline profiles (What is X3D?

  • Interchange is the basic profile for communicating between applications. It support geometry, texturing, basic lighting, and animation
  • Interactive enables basic interaction with a 3D environment by adding various sensor nodes for user navigation and interaction (e.g., PlanseSensor, TouchSensor, etc.), enhanced timing, and additional lighting (Spotlight, PointLight).
  • Immersive enables full 3D graphics and interaction, including audio support, collision, fog, and scripting.
  • Full includes all defined nodes including NURBS, H-Anim (animated interactive Avatars) and GeoSpatial components.

Software

X3D Clients

Major clients (tested by Daniel K. Schneider). For others, see X3D Resources
  • BS Contact VRML X3D VRML/X3D. Commercial software, but 60 days of trial. A free version that includes a crawling banner is available
Other clients
  • Free WRL an open-source (GPL) X3D and VRML browser for Unix/Linux/OS X. Perl/C based. Not completely feature complete, but getting there.
Specialized clients
  • Alpharis, a collective knowledge organization tool that uses X3D
  • ManyOne is Digital Universe. Features a modified Mozilla with a flux plugin for 3D contents.
3D plugin selector

Serving X3D contents

Any web-server can serve X3D contents for stand-alone usage. You only have to make sure to configure the following mime-types in your web server:

 .x3dv  model/x3d+vrml
 .x3d   model/x3d+xml
 .x3db  model/x3d+binary

Multi user servers

See also: 3D interactive environments

It seems to Daniel K. Schneider that it will take time to attract more open source developers or companies to develop VRML/X3D-based multi-user servers. The ongoing pattern since the mid-1990's seems to be announcements, prototypes and then death of both the product and the companies. However, given that 3D is a "niche market" this is not too surprising. Let's recall the fate of some major technologies. IE (as of March 2009) still cannot handle XHTML and does not implement SVG. The SVG implementation of Firefox is partial only (doesn't include the SMIL tags nor SMIL itself.

One reason why VRML and X3D is less popular also might be that other engines are optimized for speed. X3D on the other hand is much more flexible, in scene any property of any object can change at any time (even if the user can't see the thing). Optimizing players to deal with lots of potentially changing geometry is already difficult. Now, propagating changes of the Internet in multi-user environment multiplies this challenge.

However, sticking to standards still seems to be best solution since code can be reused. Lively, Google's Flash 3D-based (?) chat environment, was terminated on december 2008. It would be interesting to know the reasons. The Palace (an early 2D environment) is dead. Active Worlds (the "second life of the late nineties) seems to be the only commercial proprietry 3D server that managed to stay alive over the years. It's too early to predict the fate of Second Life. It does look like a huge digital desert to me, but it may survive because of some specialized activities like fashion shows or virtual sex. The difference between Active Worlds and Second Life is that Active Worlds Inc. also sells servers you can install on your own machines. You also may consult 3D interactive environments for a longer list.

Now let's list some available X3D multi-user server technology:

Vivaty

Vivaty offers an online 3D chat service with a similar developer model as Second Life, but it's based on a real standard and therefore your contents can outlive the platform. It runs under Vista/XP as Firefox or IE plugin. You can design your own X3D scenes and then import to their server. There is also an interface with Facebook and AIM.

Mediamachines Flux World (History)

In march 2007 Mediamachines announced Flux World (announcement March 2007), a server technology based Simple Wide Area Multi-User Protocol, or SWMP (pronounced "swamp"). The company is now gone, but its assets are with Vivaty. E.g. you still can get the excellent Vivati Studio X3D authoring tool (formerly "Flux studio"), but there is no sign that the Vivati server will be available for sale. Too bad :(

Blaxxun

Blaxxun was one of the first VRML-based systems. The company at some point went broke in the early 2000's, but is alive again (2007).

See also VRML. Resource-limited open-source projects seem to stick to this older standard. E.g. Vr4all is nice community and their technology does work.

Authoring tools

Check the web3d.org website. It has a good list of tools for X3D Development.

Combined Modeling / behaviors and scripting tools with a GUI
  • Vivati Studio (Used to be Flux studio, before summer 2008). FREE for personal use! Authoring means model, animate, and script. Imports from other applications such as Sketchup, 3ds, Maya, Blender, and Unreal.
  • SwirlX3D, 129 CAN$. This is a successor of popular Spazz3D
Structure editors
  • X3D-Edit X3D-Edit is a graphics file editor for Extensible 3D (X3D) that enables simple error-free editing, authoring and validation of X3D or VRML scene-graph files. Context-sensitive tooltips provide concise summaries of each VRML node and attribute. These tooltips simplify authoring and improve understanding for novice and expert users alike.
  • To handcode X3D you also can use any XML editor that supports DTD or XSD, e.g. Xemacs.

Conversion software

Links

General / Indexes

Specification

Tutorials

Examples

References

  • Chittaro, L. and R. Rano (editors) (2007). Web3D Technologies in Learning, Education and Training, Computers & Education Volume 49, Issue 1, Pages 1-130 (August 2007). Table of Contents. The introductory article is availabe as preprint from [HCI Lab].
  • Davis, Wiki A. (2007), The frontier of education: Web 3D, The Cool Cat Teacher, Blog Entry. HTML
  • Osvaldo Gervasi, Donald P. Brutzman (Eds.): Proceeding of the Twelfth International Conference on 3D Web Technology, Web3D 2007, Perugia, Italy, April 15-18, 2007. ACM 2007, ISBN 978-1-59593-652-3 TOC.