@needle-tools/three 0.153.0 → 0.153.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/three",
3
- "version": "0.153.0",
3
+ "version": "0.153.1",
4
4
  "description": "JavaScript 3D library",
5
5
  "type": "module",
6
6
  "main": "./build/three.js",
@@ -68,7 +68,11 @@ class WebXRManager extends EventDispatcher {
68
68
 
69
69
  this.isPresenting = false;
70
70
 
71
- this.getCamera = function () {}; // @deprecated, r153
71
+ this.getCamera = function () {
72
+
73
+ return cameraXR;
74
+
75
+ };
72
76
 
73
77
  this.setUserCamera = function ( value ) {
74
78