@vyr/three-remote 0.0.2 → 0.0.4

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/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@vyr/three-remote","version":"0.0.2","description":"","main":"./src/index.ts","author":"","sideEffects":true,"license":"MIT","dependencies":{"@vyr/locale":"0.0.2","@vyr/engine":"0.0.2","@vyr/remote":"0.0.2","@vyr/three":"0.0.2"},"files":["package.json","src/"],"vyr":{"type":"remote","order":1000}}
1
+ {"name":"@vyr/three-remote","version":"0.0.4","description":"","main":"./src/index.ts","author":"","sideEffects":true,"license":"MIT","dependencies":{"@vyr/locale":"0.0.4","@vyr/engine":"0.0.4","@vyr/remote":"0.0.4","@vyr/three":"0.0.4"},"files":["package.json","src/"],"vyr":{"type":"remote","order":1000}}
@@ -273,8 +273,8 @@ class RemoteExecutor extends _RemoteExecutor {
273
273
  }
274
274
 
275
275
  enhance(process: RemoteProcess) {
276
- super.enhance(process, (scheduler) => {
277
- Object.defineProperty(scheduler, 'camera', { get() { return cache.camera.uuid }, set() { } })
276
+ super.enhance(process, (graphics) => {
277
+ Object.defineProperty(graphics.scheduler, 'camera', { get() { return cache.camera.uuid }, set() { } })
278
278
  })
279
279
  }
280
280