Re: web site link

by Puybaret » Sat Apr 03, 2021 9:41 am

If you can host some files on a web server, the simplest way is:
- download Sweet Home 3D JS Viewer
- unzip SweetHome3DJSViewer-xxx.zip
- remove the [font=courier new]default.sh3d[/font] file contained in the unzipped folder
- copy your SH3D file in the unzipped folder and rename it as [font=courier new]default.sh3d[/font]
- copy the content of the unzipped folder to your web server with FTP or any other tool
- access to [font=courier new]SweetHome3DJSViewer.html[/font] on your web server from any browser.

Bonus:
If you want to display the 3D view full screen, edit [font=courier new]SweetHome3DJSViewer.html[/font] with any text editor and erase the line containing /* following the line stating:

Code: Select all

/* To display the viewer in full screen, uncomment the 3 following styles */
Hope this will help [:)]