In order to view this presentation, you must have version 3.0 or later of the Adobe SVG Viewer Plug-In installed in your Web Browser, or equivalent SVG viewing software. You can download the Plug-In from http://www.adobe.com/svg/.
The presentation begins at Slides/Slide1.svg, and can be navigated by clicking on the arrows at the lower right of each slide. Additionally, there are a number of demo slides, accessible by clicking the relevant hyperlink on the corresponding presentation slide. When you are done with a demo, hit the browser "back" button to return to the main slide sequence. Demos of the Aquila 3D viewer are given as animated sequences of screenshots representative of the actual live software demo.
There is an accompanying conference paper that goes into greater detail than the slide presentation. It is included here at Paper/03-02-04.html, styled with SchemaSoft's XSLT and CSS, and is also available in other forms with the conference online paper archives.
Three-dimensional modelling is not built into today's most popular browsers, and is perhaps considered too specialized to be added in the near future. Although browser plug-ins have been created for formats such as VRML and X3D, such plug-ins are far from ubiquitous. This creates a problem for anyone wishing to publish 3D content online. The current paper offers a practical solution that takes full advantage of XML and related standards.
3D viewing software generally provides users with the ability to explore a scene by changing viewpoint. The scene is typically made up of polyhedra or multi-faceted surfaces while the view is constructed by transformation to 2D and application of a lighting model. The 2D requirement arises as a physical limitation of typical computer display devices. However, it also begs the question, "Is a 2D format sufficient for the viewing of 3D content?"
As long as 2D renditions can be generated on the fly in response to changing viewpoint, the behaviour of a 3D viewer can be reproduced. A Web application that generates these renditions on the server would be too unresponsive to be practical, so there is a need to interactively generate views on the client. Our solution is to use Scalable Vector Graphics, in conjunction with compatible W3C standards for client-side processing. In particular,
Although SVG comes with an implicit z-order as well as filter effects designed to simulate a three-dimensional appearance, these effects assume an unchanging view direction, and have to be adapted for use on re-computed geometry.
We present an online 3D viewer implementation called Aquila, demonstrate its applicability to arbitrary 3D content, and discuss further enhancements that can add to the realism of the rendered output. Along the way we illustrate how to use SVG to achieve standard 3D algorithms such as backface culling, shadows, Gouraud shading and Phong shading.
For more information, visit http://www.schemasoft.com or write to info@schemasoft.com.