Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

X3D

< >

X3D is an open source 3 d created in 1997.

#1567on PLDB 29Years Old
Homepage · REPL · Wikipedia

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.


Example from the web:
<?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>

Language features

Feature Supported Example Token
Comments ✓
Strings ✓ "Hello World Example"
Semantic Indentation X

- Build the next great programming language · Add · Add Prompt · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v178.2.3