@eturnity/eturnity_3d 0.0.5 → 0.0.6

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": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "main": "dist/main.js",
6
6
  "scripts": {
7
7
  "dev": "vue-cli-service serve --skip-plugins @vue/cli-plugin-eslint",
@@ -108,7 +108,7 @@ export default {
108
108
  setCamera(polygon, view_mode) {
109
109
  console.log('viewmode', view_mode)
110
110
  if (!polygon || view_mode == 'global') {
111
- let roofsBounds = this.roofsBounds()
111
+ let roofsBounds = this.roofsBounds
112
112
  //let distance = 5 + objectRadius / Math.sin(((this.orthographicCamera.fov / 2) * Math.PI) / 180)
113
113
  //console.log('distance:',distance)
114
114
  const position = [0, 0, 100]