Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  



























Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Example  





2 Applications  



2.1  X3DOM  







3 Standardization  





4 Alternatives  





5 See also  





6 References  





7 External links  














X3D






العربية
Català
Čeština
Dansk
Deutsch
Español
فارسی
Français

Italiano
Magyar
Nederlands

Polski
Português
Русский
Suomi
Svenska
Türkçe
Українська
Yorùbá

 

Edit links
 









Article
Talk
 

















Read
View source
View history
 








Tools
   


Actions  



Read
View source
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
 

















Page semi-protected

From Wikipedia, the free encyclopedia
 


X3D — Extensible 3D Graphics
Filename extension
  • .x3d (XML), .x3dv (plain text; v = VRML),.x3db, .x3dz, .x3dbz, .x3dvz (compressed; b = binary, z = gzip)
Internet media type
  • model/x3d+xml
  • model/x3d+vrml
  • model/x3d+binary
  • Initial release1997; 27 years ago (1997)
    Latest release

    4.0
    2023; 1 year 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 of royalty-free ISO/IEC standards for declaratively representing 3D computer graphics. X3D includes multiple graphics file formats, programming-language API definitions, and run-time specifications for both delivery and integration of interactive network-capable 3D data. X3D version 4.0 has been approved by Web3D 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.

    X3D file format support includes XML, ClassicVRML, Compressed Binary Encoding (CBE) and a draft JSON encoding. Semantic Web support has also been demonstrated by a Turtle encoding. X3D became the successor to the Virtual Reality Modeling Language (VRML) in 2001.[1] X3D provides multiple extensions to VRML (e.g. CAD, geospatial, humanoid animation, NURBS, etc.), the ability to encode the scene using an XML syntax as well as the Open Inventor-like syntax of VRML97, or binary compression, with strongly typed APIs including ECMAScript, Java, Python and other programming languages.

    X3D rendering includes both classic (e.g. Blinn-Phong) and modern physically based rendering (PBR) methods matching glTF 2.0 capabilities. Use of custom shaders 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 W3C Web Audio API capabilities, plus audio inputs digitized using MIDI 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 including XML, 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">
    
    <X3D profile="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>
        <Shape DEF="MyTriangle">
          <IndexedFaceSet coordIndex="0 1 2">
            <Coordinate point="0 0 0 1 0 0 0.5 1 0"/>
          </IndexedFaceSet>
        </Shape>
      </Scene>
    </X3D>
    

    The VRML representation is the same as VRML § 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 editor Blender[4] and the Sun Microsystems virtual world client Project 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 of DirectX 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 and GLSL support,[9] real-time Render To Texture, Multi Render Target (MRT) and post-processing.[10] Many demos shows that X3D already supports lightmap, 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 into HTML5 pages as other XML standards such as MathML and SVG. 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 only WebGL 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 the Web3D Consortium. Formal review and approval is then performed by ISO/IEC.

    Liaison and cooperation agreements are also in place between the Web3D Consortium and the World Wide Web Consortium (W3C), Open Geospatial Consortium (OGC), Digital Imaging and Communications in Medicine (DICOM) and the Khronos Group.

    A subset of X3D is XMT-A, a variant of XMT, defined in MPEG-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

    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 from the original on 12 November 2009.
  • ^ "X3D to JSON Stylesheet Converter". www.web3d.org.
  • ^ "X3D Open Source Projects". Web3d.org. Retrieved 2010-02-23. Archived February 6, 2014, at the Wayback Machine.
  • ^ Blender Model Export to X3D
  • ^ "Project Wonderland". Research.sun.com. 2008-10-07. Retrieved 2010-02-23. Archived July 17, 2009, at the Wayback Machine.
  • ^ "X3D applet". Members.shaw.ca. Retrieved 2010-02-23. Archived September 16, 2012, at the Wayback Machine.
  • ^ "BS Contact DrawGroup". www.bitmanagement.com. Retrieved 10 September 2023.
  • ^ "Multitexturing". Archived from the original on 12 July 2010.
  • ^ "Programmable shaders component". Archived from the original on 12 July 2010.
  • ^ "BS Contact - Version 7.2 Release Notes". www.bitmanagement.com. Retrieved 10 September 2023.
  • ^ "m17design - YouTube". www.youtube.com. Retrieved 10 September 2023.
  • ^ "- x3dom.org". Retrieved 10 September 2023.
  • ^ X3D and HTML5: X3DOM proposal, Web3D wiki. Archived October 26, 2016, at the Wayback Machine.
  • ^ "X3D Interactive, X3D MPEG4 Interactive Profile Comparison" (PDF). web3d.org. Retrieved 10 September 2023.
  • ^ X3D FAQ – "What is the status of the X3D specification?" Archived July 16, 2007, at the Wayback Machine. Retrieved on November 30, 2007.
  • External links


    Retrieved from "https://en.wikipedia.org/w/index.php?title=X3D&oldid=1223161408"

    Categories: 
    3D graphics file formats
    Graphics standards
    ISO/IEC 19775
    Vector graphics markup languages
    Virtual reality
    Hidden categories: 
    Webarchive template wayback links
    Articles with short description
    Short description is different from Wikidata
    Wikipedia indefinitely semi-protected pages
    Articles with Curlie links
    Articles with J9U identifiers
    Articles with LCCN identifiers
     



    This page was last edited on 10 May 2024, at 08:21 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki