Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

X3D

Page semi-protected
From Wikipedia, the free encyclopedia
XML-based file format for 3D computer graphics
For the language's predecessor, seeVRML.
X3D should not be confused with3DXML, which is a proprietary 3D file format.

X3D — Extensible 3D Graphics
Filename extension
  • .x3d (XML),
    .x3dv (plain text; v = VRML),
    .x3db (b = binary),
    .x3dz, .x3dbz, .x3dvz (compressed versions; z = gzip)
Internet media type
  • model/x3d+xml
  • model/x3d+vrml
  • model/x3d+binary
Initial release1997; 28 years ago (1997)
Latest release
4.0
2023; 2 years ago (2023)
Type of format3D computer graphics
Extended fromVRML,XML,Gzip
StandardISO/IEC 19775/19776/19777
Websitewww.web3d.org/x3d/what-x3d/

X3D (Extensible 3D) is a set ofroyalty-freeISO/IEC standards for declaratively representing3D computer graphics. X3D includes multiple graphics file formats, programming-languageAPI definitions, and run-time specifications for both delivery and integration of interactive network-capable 3D data. X3D version 4.0 has been approved byWeb3D Consortium, and is under final review by ISO/IEC as a revised International Standard (IS).

X3D is specifically designed to work across diverse devices by using the Web Architecture. X3D provides a range of 3D functionality through Profiles, from basic asset Interchange and CADInterchange to Interactive, MPEG-4 Interactive, Medical, Immersive, and Full Profiles. Anatomically thorough support is also available for Humanoid Animation (HAnim) body structure and motion. The ‘X’ in X3D means Extensible: custom vendor and research component extensions can be added to standard functionality.

X3Dfile format support includesXML, ClassicVRML, Compressed Binary Encoding (CBE) and a draftJSON encoding.Semantic Web support has also been demonstrated by aTurtle encoding. X3D became the successor to theVirtual Reality Modeling Language (VRML) in 2001.[1] X3D provides multipleextensions to VRML (e.g.CAD,geospatial,humanoid animation,NURBS, etc.), the ability to encode the scene using an XMLsyntax as well as theOpen Inventor-like syntax of VRML97, orbinary compression, with strongly typedAPIs includingECMAScript,Java,Python and other programming languages.

X3D rendering includes both classic (e.g.Blinn-Phong) and modern physically based rendering (PBR) methods matchingglTF 2.0 capabilities. Use of customshaders using three platform-specific shader languages is also defined. Authors can employ rich multimedia capabilities including various image and movie formats. Fully spatialized aural rendering applies W3CWeb Audio API capabilities, plus audio inputs digitized usingMIDI 2.0 or other sound formats.

All X3D file encodings and programming-language APIs have equivalent expressive power, matching functional definitions in the X3D Architecture standard. Thus X3D can work with open standards includingXML,Document Object Model (DOM),XPath and others.

Example

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "http://www.web3d.org/specifications/x3d-4.0.dtd"><X3Dprofile="Interchange"version="4.0"xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"xsd:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-4.0.xsd"><Scene><ShapeDEF="MyTriangle"><IndexedFaceSetcoordIndex="0 1 2"><Coordinatepoint="0 0 0 1 0 0 0.5 1 0"/></IndexedFaceSet></Shape></Scene></X3D>

The VRML representation is the same asVRML § Example, except that the version numbers are changed to reflect the latest X3D standard (#X3D V4.0 utf8). An identifying DEF name is also applied as a node identifier (id).

For JSON and binary formats, see Web3D for a list of tools.[2]

Applications

There are several applications, most of which are open-source software,[3] which natively parse and interpret X3D files, including the 3D graphics and animation editorBlender[4] and the Sun Microsystems virtual world clientProject Wonderland.[5] An X3D applet is a software program that runs within a web browser and displays content in 3D, using OpenGL 3D graphics technology to display X3D content in several different browsers (IE, Safari, Firefox) across several different operating systems[6] (Windows, Mac OS X, Linux). However, X3D has not received as wide acceptance as that of other, more notable software applications.

In the 2000s, many companies such as Bitmanagement improved the quality level of virtual effects in X3D to the quality level ofDirectX 9.0c, but at the expense of using proprietary solutions. All main features including game modeling are already complete. They include multi-pass render with low level setting for Z-buffer, BlendOp, AlphaOp, Stencil,[7] Multi-texture,[8] Shader with HLSL andGLSL support,[9] real-time Render To Texture, Multi Render Target (MRT) and post-processing.[10] Many demos shows that X3D already supportslightmap,normal mapping,SSAO, CSM and real-time environment reflection along with other virtual effects.[11]

X3DOM

Striving to become the 3D standard for the Web, X3D is designed to be as integrated intoHTML5 pages as other XML standards such asMathML andSVG. X3DOM is a proposed syntax model and its implementation as a script library[12] that demonstrates how this integration can be achieved without a browser plugin, using onlyWebGL and JavaScript.[13]

Standardization

X3D defines several profiles (sets of components) for various levels of capability including X3D Core, X3D Interchange, X3D Interactive, X3D CADInterchange, X3D Immersive, and X3D Full. Browser makers can define their own component extensions prior to submitting them for standardisation by theWeb3D Consortium. Formal review and approval is then performed byISO/IEC.

Liaison and cooperation agreements are also in place between theWeb3D Consortium and theWorld Wide Web Consortium (W3C),Open Geospatial Consortium (OGC),Digital Imaging and Communications in Medicine (DICOM) and theKhronos Group.

A subset of X3D is XMT-A, a variant ofXMT, defined inMPEG-4 Part 11. It was designed to provide a link between X3D and 3D content in MPEG-4 (BIFS).[14]

The abstract specification for X3D (ISO/IEC 19775) was first approved by the ISO in 2004. The XML and ClassicVRML encodings for X3D (ISO/IEC 19776) were first approved in 2005.[15]

Alternatives

  • WebGL: JavaScript API for rendering interactive 3D graphics and 2D graphics within any compatible web browser, managed by the Khronos Group
  • glTF: a standard file format for three-dimensional scenes and models managed by the Khronos Group
  • COLLADA: interchange file format for interactive 3D applications, managed by the Khronos Group
  • O3D: developed by Google
  • U3D: Ecma International standard ECMA-363
  • VRML: precursor of X3D
  • 3MF: An XML-based format that includes 3D additive manufacturing data such as material properties.
  • A-Frame: An HTML-based declarative 3D scene-graph language and interaction framework commonly used for WebVR

See also

References

  1. ^Paul Festa and John Borland (19 May 2005)."Is a 3D web more than just empty promises?".CNET News.com. Archived fromthe original on 12 November 2009.
  2. ^"X3D to JSON Stylesheet Converter".www.web3d.org.
  3. ^"X3D Open Source Projects". Web3d.org. Archived fromthe original on 2014-02-06. Retrieved2010-02-23..
  4. ^Blender Model Export to X3D
  5. ^"Project Wonderland". Research.sun.com. 2008-10-07. Archived fromthe original on 2009-07-17. Retrieved2010-02-23..
  6. ^"X3D applet". Members.shaw.ca. Archived fromthe original on 2012-09-16. Retrieved2010-02-23..
  7. ^"BS Contact DrawGroup".www.bitmanagement.com. Retrieved10 September 2023.
  8. ^"Multitexturing". Archived fromthe original on 12 July 2010.
  9. ^"Programmable shaders component". Archived fromthe original on 12 July 2010.
  10. ^"BS Contact - Version 7.2 Release Notes".www.bitmanagement.com. Retrieved10 September 2023.
  11. ^"m17design - YouTube".www.youtube.com. Retrieved10 September 2023.
  12. ^"- x3dom.org". Retrieved10 September 2023.
  13. ^X3D and HTML5: X3DOM proposal, Web3D wiki.Archived October 26, 2016, at theWayback Machine.
  14. ^"X3D Interactive, X3D MPEG4 Interactive Profile Comparison"(PDF).web3d.org. Retrieved10 September 2023.
  15. ^X3D FAQ – "What is the status of the X3D specification?"Archived July 16, 2007, at theWayback Machine. Retrieved on November 30, 2007.

External links

Bytype
2D
3D
See also
1–9999
10000–19999
20000–29999
30000+
National
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=X3D&oldid=1306965831"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp