@eturnity/eturnity_3d 6.32.0-qa.0 → 6.32.0-qa.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": "6.32.0-qa.0",
4
+ "version": "6.32.0-qa.1",
5
5
  "main": "dist/main.js",
6
6
  "scripts": {
7
7
  "dev": "vue-cli-service serve --skip-plugins @vue/cli-plugin-eslint",
@@ -198,11 +198,11 @@ export default {
198
198
  //if flat roof=> go south
199
199
  horizontalVector.y = 1
200
200
  }
201
- cameraMoveVector = multiplyVector(distance * 2000, horizontalVector)
201
+ cameraMoveVector = multiplyVector(distance * 1500, horizontalVector)
202
202
  }
203
203
 
204
204
  const positionVector = addVector(polygonRef.meanPoint, cameraMoveVector)
205
- if (flatRoof) positionVector.z += 2000
205
+ if (flatRoof) positionVector.z += 3000
206
206
  const position = [
207
207
  positionVector.x / 1000,
208
208
  positionVector.y / 1000 - 1,