|
|
|
|
|
|
Simplifying, X3D (and it's older version, VRML) is a file format for 3D models. You will find that virtually any 3D modeling program can export to it, for example Blender includes an X3D exporter (see also our Blender exporting notes).
To start the fun, just create some X3D models (or download them from the Internet, or grab our demo models) and open them with our view3dscene.
As a 3D file format, X3D is quite unique, as
It's not only a file format. It's actually a very flexible scene graph for 3D applications. Every X3D node corresponds to a Pascal class with appropriate fields, and you can freely create and modify X3D nodes at runtime.
It's designed to describe virtual 3D worlds, not just static scenes. So you can express animations, interactive behaviors (e.g. open the door when user presses a handle), and scripting right inside the X3D file. Many advanced graphic effects are also possible, like mirrors by generated cube map textures, screen effects, shadow maps, shadow volumes, effects using GLSL shaders and much more.
Learning X3D: Use this part of the documentation to learn about the available X3D nodes and their fields.
The nodes in the official X3D specification are divided into components. We list all the supported nodes, with links to their X3D specification. For some nodes, we also mention eventual caveats or simple extensions that we have implemented.
The unofficial nodes that we add documents some cool graphic effects available in our engine through special X3D nodes.
The X3D specifications are your ultimate resource to learn X3D. You will most likely want to browse X3D Architecture and base components specification, which describes the available X3D nodes. The nodes are grouped into components.
Copyright Michalis Kamburelis. Some images copyright Cat-astrophe Games and Paweł Wojciechowicz. You can redistribute this on terms of the GNU General Public License.
We use cookies. Like every other frickin' website on the Internet. Blink twice if you understand.