From 68e8e88d822b50c5e40478775ba84781ca4c7eb0 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Mon, 29 Mar 2021 16:21:20 +0200 Subject: [PATCH] Remove experimental tag from gltf exporter. --- website/o3dv/dialogs.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/o3dv/dialogs.js b/website/o3dv/dialogs.js index adb837e..ca3760a 100644 --- a/website/o3dv/dialogs.js +++ b/website/o3dv/dialogs.js @@ -226,9 +226,9 @@ OV.ShowExportDialog = function (model) { name : 'stl (binary)', format : OV.FileFormat.Binary, extension : 'stl' }, { name : 'ply (text)', format : OV.FileFormat.Text, extension : 'ply' }, { name : 'ply (binary)', format : OV.FileFormat.Binary, extension : 'ply' }, - { name : 'off (text)', format : OV.FileFormat.Text, extension : 'off' }, - { name : 'gltf (text) - experimental', format : OV.FileFormat.Text, extension : 'gltf' }, - { name : 'gltf (binary) - experimental', format : OV.FileFormat.Binary, extension : 'glb' } + { name : 'gltf (text)', format : OV.FileFormat.Text, extension : 'gltf' }, + { name : 'gltf (binary)', format : OV.FileFormat.Binary, extension : 'glb' }, + { name : 'off (text)', format : OV.FileFormat.Text, extension : 'off' } ]; let formatSelect = $('