diff options
Diffstat (limited to 'doc/File_Formats.html')
-rw-r--r-- | doc/File_Formats.html | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/File_Formats.html b/doc/File_Formats.html index aa0f4f4..1741701 100644 --- a/doc/File_Formats.html +++ b/doc/File_Formats.html @@ -25,6 +25,8 @@ <a href="#MPP">MPP</a><br> <a href="#TIFF">TIFF</a><br> <a href="#VRML">VRML</a><br> + <a href="#X3D">X3D</a><br> + <a href="#X3DOM">X3DOM</a><br> <br> <h2><a name=".ti1"></a>.ti1</h2> Target Information 1 data. This is an ASCII text, <a href="#CGATS">CGATS</a>, @@ -176,7 +178,29 @@ these can be viewed with a suitable standalone VRML viewer, or a plug in for a web browser. VRML97 is International Standard ISO/IEC 14772-1:1997. See <a href="http://www.vrml.org/">http://www.vrml.org/</a> - for more information.<br> + for more information. See <a href="3dformat.html">3D Viewing Format</a> + for switching to VRML output format.<br> + <br> + <h3><a name="X3D"></a>X3D</h3> + X3D is a royalty-free ISO standard XML-based file format for + representing 3D computer graphics. It is successor to the Virtual + Reality Modeling Language (VRML). See <a + href="http://www.web3d.org/">http://www.web3d.org/</a> for more + information. See <a href="3dformat.html">3D Viewing Format</a> for + switching X3D output format.<br> + <br> + <h3><a name="X3DOM"></a>X3DOM</h3> + X3DOM is an open-source framework and runtime for 3D graphics on the + Web. It can be freely used for non-commercial and commercial + purposes, and is dual-licensed under MIT and GPL license. The + javascript runtime displays embeded X3D files in browsers that + support WebGL.<br> + See <a href="http://www.x3dom.org/">http://www.x3dom.org/</a> for + more information about this format.<br> + To check if your browser supports X3DOM, try <a + href="http://www.x3dom.org/check/">this test page</a>.<br> + For more information about ArgyllCMS use of it, see <a + href="3Dformat.html">3D Viewing Format</a>.<br> <br> <br> <br> |