The website supports several file formats for import and export. If a file format has an ascii and binary version,
- usually it's recommended to use the binary version. During export an ascii file is created.
+ usually it's recommended to use the binary version.
@@ -102,13 +102,13 @@
gltf
ascii (.gltf)
✓
-
✗
+
✓
version 2.0
binary (.glb)
✓
-
✗
+
✓
version 2.0
diff --git a/website/info/info.css b/website/info/info.css
index bc22ba7..f985fb8 100644
--- a/website/info/info.css
+++ b/website/info/info.css
@@ -118,13 +118,13 @@ table td.center
table td.green
{
- color: #21C23C;
+ color: #21c23c;
font-weight: bold;
}
table td.red
{
- color: #BF233D;
+ color: #bf233d;
font-weight: bold;
}
diff --git a/website/o3dv/dialogs.js b/website/o3dv/dialogs.js
index c95f1c9..67808fc 100644
--- a/website/o3dv/dialogs.js
+++ b/website/o3dv/dialogs.js
@@ -226,7 +226,9 @@ OV.ShowExportDialog = function (model)
{ name : 'stl (binary)', format : OV.FileFormat.Binary, extension : 'stl' },
{ name : 'ply (ascii)', format : OV.FileFormat.Text, extension : 'ply' },
{ name : 'ply (binary)', format : OV.FileFormat.Binary, extension : 'ply' },
- { name : 'off (ascii)', format : OV.FileFormat.Text, extension : 'off' }
+ { name : 'off (ascii)', format : OV.FileFormat.Text, extension : 'off' },
+ { name : 'gltf (ascii) - experimental', format : OV.FileFormat.Text, extension : 'gltf' },
+ { name : 'gltf (binary) - experimental', format : OV.FileFormat.Binary, extension : 'glb' }
];
let formatSelect = $('