teleportxr 1.0.71 → 1.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/client.js +1 -1
- package/client/geometry_service.js +4 -0
- package/package.json +1 -1
package/client/client.js
CHANGED
|
@@ -369,7 +369,7 @@ class Client {
|
|
|
369
369
|
return;
|
|
370
370
|
if(!this.webRtcConnected)
|
|
371
371
|
return;
|
|
372
|
-
console.log("[T+"+this.elapsedMsSinceStart()+"ms, conn+"+this.elapsedMsSinceConnected()+"ms] UpdateStreaming tick for client "+this.clientID);
|
|
372
|
+
//console.log("[T+"+this.elapsedMsSinceStart()+"ms, conn+"+this.elapsedMsSinceConnected()+"ms] UpdateStreaming tick for client "+this.clientID);
|
|
373
373
|
var timestamp=core.getTimestampUs();
|
|
374
374
|
// Establish which nodes the client should have, and their resources.
|
|
375
375
|
// Then: which resources we think it does not yet have. Send those.
|
package/package.json
CHANGED