@eturnity/eturnity_3d 9.25.1-height3DTool.0 → 9.25.1-height3DTool.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_3d",
3
3
  "private": false,
4
- "version": "9.25.1-height3DTool.0",
4
+ "version": "9.25.1-height3DTool.1",
5
5
  "files": [
6
6
  "dist",
7
7
  "src"
@@ -95,6 +95,7 @@ export default {
95
95
  this.camera,
96
96
  this.renderer.domElement
97
97
  )
98
+ this.orbitControl.zoomToCursor = true
98
99
  if (isPerspectiveCamera) {
99
100
  this.orbitControl.screenSpacePanning = false
100
101
  this.orbitControl.maxPolarAngle = (0.95 * Math.PI) / 2