X3D is an open source 3 d created in 1997.
| #1567on PLDB | 29Years Old |
X3D is an ISO/IEC standard for declaratively representing 3D computer graphics. It is a file format and runtime architecture for representing and communicating 3D scenes and objects using XML, succeeding VRML. X3D is designed for real-time interactive 3D visualization across various platforms, including web browsers, and is used in fields like CAD, simulation, medical visualization, and gaming.
<?xml version="1.0" encoding="UTF-8"?>
<X3D profile='Immersive' version='4.0' xmlns='http://www.web3d.org/specifications/x3d-4.0.xsd'>
<head>
<meta name='title' content='HelloWorld.x3d'/>
</head>
<Scene>
<WorldInfo title='Hello World Example'/>
<Shape>
<Sphere radius='1'/>
<Appearance>
<Material diffuseColor='1 0 0'/>
</Appearance>
</Shape>
</Scene>
</X3D>| Feature | Supported | Example | Token |
|---|---|---|---|
| Comments | ✓ | ||
| Strings | ✓ | "Hello World Example" | |
| Semantic Indentation | X |