Re: Export to HTML5 plug-in
I tried what you said but didn't succeed with changing the camera. I fetched all the selected items viaSelecting an object of the displayed home should have the same effect as in Sweet Home 3D. From the HomePreviewComponent returned by viewHome, you'll be able to access to the displayed Home instance, which lets you access to all its objects and select the ones you want with its setSelectedItems method.
Code: Select all
getSelectableViewableItems()Code: Select all
setSelectedItems(selectedItems)