The download comes with a text manual which explains how to install (basic html understanding needed). For optimal performance, pay attention to sh3d file sizes (compress and remove unnecessary elements - and as a matter of personal opinion, let the users know the download file sizes).
If you use it, it would be good if you share the link in the forum.
Joined: Dec 22, 2013
Post Count: 2
Status:
Offline
Re: I wish to embed sweethome 3d in my website
Hi okh,
A Quick Question, Is there any simple way to display 2D layout instead of 3D model in Applet?
Alternatively does the applet provide advanced configuration options such as space bar control. Currently the space bar allows to toggle between Virtual visitor mode and 3D mode. Can I reconfigure it to toggle between 2D mode and 3D mode?
France
Joined: Nov 7, 2005
Post Count: 9426
Status:
Offline
Re: I wish to embed sweethome 3d in my website
Is there any simple way to display 2D layout instead of 3D model in Applet?
Why using an applet for this? Just export the plan to SVG, and use it directly (from this document, all browsers support this format now).
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
Joined: Dec 22, 2013
Post Count: 2
Status:
Offline
Re: I wish to embed sweethome 3d in my website
Hi Puybaret,
The requirement is something like this. Suppose I need to change a property of an object based on an external value. Say you need to make the floor Red or White based on a value from the server/web service.
In order the achieve this I can simply modify the rendering algorithm in viewer and read from server before drawing the component. If the server says red then the floor is drawn in red instead of the property specified in SH3D.
I think I have to go to some image manipulation technique to achieve this then.