Re: Export to HTML5 plug-in
by thelongpants » Mon May 13, 2019 8:16 pm
Hi Emmanuel, community,
First: A big thanks to Emmanual for this splendid piece of software! I'm really happy about this opportunity to (easily and free) visualize my thoughts on a home makover..
My question is: Can anyone help me, or is there any manual to access the js? I'm trying to use/access the 'viewHome' within Chrome console, to play around with camera's and layers (and use this to have some preset buttons, in future).
I'm a little capable of understanding javascript, when I use:
console.log(homeUrl); --> I see the name of my home (as set earlier in the HTML generated)
But how can I access 'viewHome' to have the 'getHome()' returned (by HomePreviewComponent, of course...)
Any example available?
Thanks!