teleportxr 1.0.32 → 1.0.34

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.
Files changed (2) hide show
  1. package/client/client.js +2 -0
  2. package/package.json +1 -1
package/client/client.js CHANGED
@@ -148,9 +148,11 @@ class Client {
148
148
  console.log(JSON.stringify({
149
149
  type: "SetupCommand",
150
150
  clientID: this.clientID,
151
+ session_id: this.setupCommand.uint64_session_id.toString(),
151
152
  backgroundMode: this.setupCommand.BackgroundMode_backgroundMode,
152
153
  backgroundTexture: this.setupCommand.uid_backgroundTexture.toString(),
153
154
  drawDistance: this.setupCommand.float32_draw_distance,
155
+ startTimestamp_utc_unix_us: this.setupCommand.int64_startTimestamp_utc_unix_us.toString(),
154
156
  clientDynamicLighting: {
155
157
  diffuse_cubemap_texture_uid: this.clientDynamicLighting.uid_diffuse_cubemap_texture_uid.toString(),
156
158
  specular_cubemap_texture_uid: this.clientDynamicLighting.uid_specular_cubemap_texture_uid.toString()
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "name": "teleportxr",
17
17
  "description": "Teleport Spatial Server on node.js",
18
- "version": "1.0.32",
18
+ "version": "1.0.34",
19
19
  "repository": {
20
20
  "type": "git",
21
21
  "url": "git+https://github.com/simul/teleport-nodejs.git"