repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 337d454b9f155a3a7c65252e184fe63c22682383:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 337d454b9f155a3a7c65252e184fe63c22682383
Author: James Baicoianu 
Date:   Thu Oct 22 23:11:16 2020 -0700

    Pass through more asset attributes

diff --git a/scripts/room.js b/scripts/room.js
index f7ec65930018390316c73e51fb2f80ffc89f4d47..
index ..b928f0f277df58e0cb669bfead80f385b3f63db8 100644
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -1329,10 +1329,13 @@ elation.require([
             loop: args.loop,
             sbs3d: args.sbs3d,
             ou3d: args.ou3d,
+            eac360: args.eac360,
             hasalpha: args.hasalpha,
             auto_play: args.auto_play,
             type: args.type,
             format: args.format,
+            hls: args.hls,
+            preload: args.preload,
             baseurl: this.baseurl
           });
         } else if (args.video) {
@@ -1347,6 +1350,7 @@ elation.require([
             auto_play: args.auto_play,
             type: args.type,
             format: args.format,
+            hls: args.hls,
             baseurl: this.baseurl
           });
         }
@@ -1423,6 +1427,7 @@ elation.require([
           fragment_src: args.src,
           vertex_src: args.vertex_src,
           uniforms: args.uniforms,
+          hasalpha: args.hasalpha,
         });
       } else if (type == 'font') {
         assetlist.push({

-----END OF PAGE-----