-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: 21ceee8b9fce1936b9d242b76c949ffcb5c34fe4:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit 21ceee8b9fce1936b9d242b76c949ffcb5c34fe4
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Mon May 22 00:02:40 2017 -0700

    Disable radiance/irradiance loading since DDS loading does't work yet

diff --git a/scripts/room.js b/scripts/room.js

index 9c2a471ecbb9d2ddd8a5aba57292c7153ebf3e46..

index ..00e5d67cc245ac635ea72355a1fcdf59fb050272 100644

--- a/scripts/room.js
+++ b/scripts/room.js
@@ -153,6 +153,8 @@ elation.require([
           this.getAsset('image', skyboxname + '_back')
         ];
       }
+      // TODO - THREE.DDSLoader only supports compressed DDS textures, but JanusVR sends uncompressed RGBA888 (I think)
+      /*
       if (this.cubemap_irradiance_id) {
         var asset = this.getAsset('image', this.cubemap_irradiance_id);
         console.log('irradiance', this.cubemap_irradiance_id, asset);
@@ -162,6 +164,7 @@ elation.require([
         var asset = this.getAsset('image', this.cubemap_radiance_id);
         console.log('radiance', this.cubemap_radiance_id, asset);
       }
+      */

       var loaded = 0, errored = 0;
       var texures = [];

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

-- Response ended

-- Page fetched on Sun Jun 2 17:48:47 2024