From 2118b5eae616c4c0a847fbe7a815a42aa1da6d7b Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sat, 18 Oct 2014 18:11:15 +0200 Subject: [PATCH] Modify welcome message. --- website/include/importerapp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/include/importerapp.js b/website/include/importerapp.js index 8a93dba..0467946 100644 --- a/website/include/importerapp.js +++ b/website/include/importerapp.js @@ -65,8 +65,8 @@ ImporterApp.prototype.WelcomeDialog = function () var dialogText = [ '
', '
Welcome to Online 3D Viewer!
', - '
Here you can view 3D models online. Just simply drag and drop 3D files to this browser window or use the open button above. The supported file formats are:
', - '
3ds, obj, stl
', + '
Here you can view 3D models online. Just simply drag and drop 3D files and textures to this browser window or use the open button above.
', + '
Supported formats: 3ds, obj, stl.
', '
Powered by Three.js and JSModeler.
', '
', '
',