Showcases & Tutorials
If you need to get a 3D viewer, get the free Flux
Player (PC only for now). As other Ajax3D players come online,
we'll post them here also. If you would like to submit a project
to be featured in the Showcase or Tutorial section, email
us.
Showcase
Strike Fighter
v.3 Game
Simple, fun space shooter game original built a few years ago and quickly adapted for Ajax3D over the last few days. Nice, tight example of a true 3D game in a browser that interacts with the html browser outside the 3D window - tracking players' high scores.

Tutorials
1. Hello Ajax3D
- Last Updated: Oct
12, 2006
This
tutorial shows the basics of embedding an X3D world in a web page, establishing
a connection to the world via the Scene Access Interface (SAI)—the “DOM of 3D”—
and using that connection to dynamically change the contents of the scene. This
tutorial displays the message “Hello AJAX3D!” inside the 3D scene, using a 3D
text object. The message is displayed when the user clicks on a button in the
web page.
2. Listening for Events
- Last Updated: Oct
12, 2006
This tutorial illustrates how to listen
to events coming from an X3D world, a capability that is fundamental
for building dynamic applications which respond to user input.
3. Dynamicallly Generating
a Scene - Last Updated: Oct
12, 2006
This tutorial illustrates how to use
Ajax techniques to dynamically create a 3D
scene. |