···166166 console.info('[glTF Viewer] Debugging data exported as `window.VIEWER`.');
167167168168});
169169-170170-function isIFrame () {
171171- try {
172172- return window.self !== window.top;
173173- } catch (e) {
174174- return true;
175175- }
176176-}
177177-178178-// bandwidth on this page is very high. hoping to
179179-// figure out what percentage of that is embeds.
180180-Tinybird.trackEvent('load', {embed: isIFrame()});