Jeroen Valcke
Jeroen Valcke
This PR makes sure that widgets can opt in to the dragresize functionality by setting a `dragresize` attribute to `true`. Exapmle: ```javascript // Make sure the dragresize plugin looks into...
**Describe the bug** ar-threex-location-only.js throws an error when using `new THREEx.LocationBased(...)`. ``` Uncaught TypeError: Cannot read properties of undefined (reading 'degToRad') at t._haversineDist (ar-threex-location-only.js:1:3186) at t._gpsReceived (ar-threex-location-only.js:1:2848) at ar-threex-location-only.js:1:1902 ```...
This PR contains the following enhancements: - Added uninstall functionality to the API and CLI. In order to do this safely, I moved the installation of the packages to a...
This library is very handy but breaks code completion functionality in vscode and possibly in other editors too. This is a huge drawback for using the library. Do you have...