@eturnity/eturnity_3d 7.2.1 → 7.2.2-qa-7.2.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": "7.2.1",
4
+ "version": "7.2.2-qa-7.2.1",
5
5
  "main": "dist/main.js",
6
6
  "scripts": {
7
7
  "dev": "vue-cli-service serve --skip-plugins @vue/cli-plugin-eslint",
@@ -10,7 +10,7 @@
10
10
  "prettier": "prettier --write \"**/*.{js,vue}\""
11
11
  },
12
12
  "dependencies": {
13
- "@eturnity/eturnity_maths": "7.2.1",
13
+ "@eturnity/eturnity_maths": "7.2.2-qa-7.2.1",
14
14
  "core-js": "^2.6.12",
15
15
  "cors": "^2.8.5",
16
16
  "earcut": "^2.2.4",
package/src/config.js CHANGED
@@ -4,7 +4,7 @@ export const snapToPointTolerance = 15
4
4
  export const snapToIntersectionPointTolerance = 15
5
5
  export const snapToLineTolerance = 10
6
6
  export const distanceToCloseNode = 70
7
- export const mmTolerance = 50
7
+ export const mmTolerance = 1
8
8
  export const earthRadius = 6371008
9
9
 
10
10
  export const layerColors = {
@@ -100,6 +100,7 @@ export default {
100
100
  )
101
101
  mesh.geometry = mergedGeometry
102
102
  }
103
+ mesh.frustumCulled = false
103
104
  return mesh
104
105
  }
105
106
  }