.x3d

What is a .x3d file?

The successor to VRML — open-standard interactive 3D for the web.

Safe format
Type Cad
By Web3D Consortium
MIME model/x3d+xml

Drop any file to identify it

No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.

What is it

X3D (Extensible 3D) is an ISO standard for representing interactive 3D graphics, the official successor to VRML97. Maintained by the Web3D Consortium, X3D was designed to bring 3D content to the web with the same kind of openness that HTML brought to documents — a noble goal that the web stubbornly resisted for two decades.

The format supports polygonal meshes, NURBS, particle systems, physics, geospatial coordinates, humanoid animation (H-Anim), and programmable shaders. It can be encoded in XML (.x3d), VRML-like classic encoding (.x3dv), or binary (.x3db). X3D scenes are composable — you can inline one scene into another, reference remote content via URLs, and script interactivity with JavaScript.

X3D never achieved mainstream web adoption — WebGL and later three.js, Babylon.js, and glTF filled that space instead. But X3D thrives in scientific visualisation, medical imaging, GIS, military simulation, and education where its ISO standard status and rich feature set matter more than browser support.

Technical details
Full Name
Extensible 3D Graphics
MIME Type
model/x3d+xml
Developer
Web3D Consortium
Magic Bytes
3C 3F 78 6D 6C (XML)
Safety
.x3d is a known, safe format.
What opens it
view3dscene
FREE Win / Mac / Linux
Blender
FREE Win / Mac / Linux
FreeWRL
FREE Win / Mac / Linux
Meshlab
FREE Win / Mac / Linux
FAQ
What's the difference between X3D and glTF?
X3D is a full scene description standard (geometry, physics, scripting, animation). glTF is focused on efficient delivery of 3D assets for real-time rendering. glTF won the web; X3D is used in scientific and industrial applications.
Is X3D related to VRML?
Yes — X3D is the official successor to VRML97 (Virtual Reality Modelling Language). It's backward-compatible and adds XML encoding, shaders, and modern features.
Related formats