MattLA Posted April 22 Posted April 22 Trying to imbed below enscape standalone onto a page and cant seem to get it to work. https://learn.enscape3d.com/blog/knowledgebase/web-standalone-export/#embed Embedding the Web Standalone You can embed the Web Standalone in to your own webpage, if you require to monitor the amount of people viewing your project for instance. This can be done by embedding the URL into an iframe using the following script in your webpage. <html> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function () { $("#enscapeframe").on("mouseenter", function() { $(this).focus(); }); }); </script> <iframe id="enscapeframe" src="<link to your web standalone>"></iframe> </html> Technical Limitations Is your Browser WebGL2 Compatible? Before viewing an Enscape Web Standalone, check if your browser is WebGL2 compatible. You can test your browser’s compatibility by visiting this webpage. If your browser is WebGL2.0 compatible, Enscape Web Standalone files should work. However, there are still some limitations of the Web Standalone Export to observe: Render Quality is limited to be the equivalent of ‘Draft’ mode Both fog and the Enscape grass material are disabled Rendering of transparent materials is currently simplified Currently, no support for Internet Explorer/Edge/Safari or iOS devices (iPhone, iPads) Performance of larger projects may be of a lower quality than in the full version of Enscape Enscape Settings are disabled Favorite Views are disabled Light View mode is disabled Customization: Only Interface Overlay is supported Touch controls are currently very basic A maximum file size is capped at 500MB No VR mode Texture resolution is limited to 512*512
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment