SWEET HOME 3D JS VIEWER v 6.5.2 ------------------------------- This archive contains files required to install Sweet Home 3D JS Viewer, a HTML5 component able to display the 3D view of a Sweet Home 3D file from its URL. The viewed SH3D file MUST have been saved with version Sweet Home 3D 5.3 or a more recent version. This component can run under any web browser compatible with WebGL (see http://caniuse.com/webgl for a list of compatible browsers). For local tests (including the HTML files found in this archive), be sure to disable local file restrictions in your browser if needed. Mouse and keyboard navigation are explained at http://sweethome3d.cvs.sf.net/viewvc/sweethome3d/SweetHome3D/src/com/eteks/sweethome3d/viewcontroller/resources/help/en/editing3DView.html Under touch devices like smartphones and tablets, you may navigate with your finger and pinching will zoom. HOW TO INSTALL SWEET HOME 3D JS VIEWER -------------------------------------- 1. If you want to use Sweet Home 3D Viewer on a web server, save and compress the SH3D file you want to display using the "File > Save and compress" menu item to limit its size 2. Copy the SH3D file to the directory where this README.TXT is found 3. Copy the file name of your SH3D file to clipboard, ensuring it doesn't contain spaces (or replace them by "%20" symbols) 4. Edit the "SweetHome3DJSViewer.html" or "SweetHome3DJSViewerInOverlay.html" file and replace the "default.sh3d" viewed document by the file name of your SH3D file. for example, if the URL of your SH3D file is "myhome.sh3d", you should obtain the following line in "SweetHome3DJSViewer.html": var homeUrl = "myhome.sh3d"; and the following line in "SweetHome3DJSViewerInOverlay.html":