"Scaling" the output of Blend4Web
19 November 2014 08:16
19 November 2014 10:57
Hi,
As described in this tutorial you can do it with an iframe html element.
It should look like this:
Width and heigth are desired size in pixels.
allowfullscreen is optional.
As described in this tutorial you can do it with an iframe html element.
It should look like this:
<iframe width="800" height="500" allowfullscreen src="path_to_exported_file.html"></iframe>
Width and heigth are desired size in pixels.
allowfullscreen is optional.