@expofp/renderer 1.3.2 → 1.3.3

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/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3312,8 +3312,6 @@ class InteractionsSystem {
3312
3312
  this.handlerArray = Object.values(handlers);
3313
3313
  this.handlers.pan.enable();
3314
3314
  this.handlers.zoom.enable();
3315
- this.handlers.roll.enable();
3316
- this.handlers.pitch.enable();
3317
3315
  }
3318
3316
  /**
3319
3317
  * Update camera position and directions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expofp/renderer",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"