diff --git a/tools/config.json b/tools/config.json index 4e81ecd..f7dc003 100644 --- a/tools/config.json +++ b/tools/config.json @@ -76,6 +76,7 @@ "website/o3dv/cookiedialog.js", "website/o3dv/modeldata.js", "website/o3dv/navigator.js", + "website/o3dv/sidebar.js", "website/o3dv/hashhandler.js", "website/o3dv/website.css", "website/o3dv/loader.js", diff --git a/website/embed.html b/website/embed.html index 289256e..2b686e3 100644 --- a/website/embed.html +++ b/website/embed.html @@ -90,6 +90,7 @@ + diff --git a/website/index.html b/website/index.html index d82903b..0e94c0a 100644 --- a/website/index.html +++ b/website/index.html @@ -90,6 +90,7 @@ + @@ -111,6 +112,7 @@ mainDiv : $('#main'), introDiv : $('#intro'), navigatorDiv : $('#main_navigator'), + sidebarDiv : $('#main_sidebar'), viewerDiv : $('#main_viewer'), fileInput : $('#open_file') }); @@ -144,6 +146,8 @@