From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- doc/3dformat.html | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 doc/3dformat.html (limited to 'doc/3dformat.html') diff --git a/doc/3dformat.html b/doc/3dformat.html new file mode 100644 index 0000000..e60a432 --- /dev/null +++ b/doc/3dformat.html @@ -0,0 +1,109 @@ + + + + 3D viewing file format + + + + +

3D Viewing Format
+

+ Gamut and other 3D output visualisations can be created in one of 3 + formats:
+
+ VRML
+     A legacy web 3D file format, using the .wrl + file extension.
+     Either a standalone viewer of a web browser + plugin is needed to view the file.
+
+ X3D
+     A current web 3D file format modeled after VRML, + using the .x3d file extension.
+     Either a standalone viewer of a web browser + plugin is needed to view the file.
+
+ X3DOM
+     An HTML file using a javascript viewer and an X3D + scene, using the .x3d.html file extension.
+     Any web browser supporting javascript and WebGL + can be used to display this.
+
+ By default ArgyllCMS tools will output VRML format, but the defaul + can be overridden by setting the environment variable
+ "ARGYLL_3D_DISP_FORMAT" to "VRML", "X3D" or "X3DOM"
+
+ Note that the X3DOM file has references to the x3dom.css and + x3dom.js support files in the same directory as the created + .x3d.html file, and the tools will create a copy of these files in + that directory if they don't exist. These two files must be copied + with the .x3d.html if it is moved somewhere else.
+
+ To check if your browser supports X3DOM, try this test page.
+
+ X3DOM navigation in Web browser:
+

"Examine" - default viewing mode, which can be
+ re-activate this mode by pressing the "e" key.

+ + + + + + + + + + + + + + + + + + + + + + + + +
FunctionMouse Button
RotateLeft / Left + Shift
PanMid / Left + Ctrl
ZoomRight / Wheel / Left + Alt
Set center of rotationDouble-click left
+
+
+ + + + + + + + + + + + + + + + + + + + +
FunctionKey
Reset viewr
Show alla
Uprightu
+
+
+    
+
+
+
+
+
+
+
+
+ + -- cgit v1.2.3