@eturnity/eturnity_3d 6.28.0-staging.4 → 6.28.0

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,14 +1,14 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_3d",
3
3
  "private": false,
4
- "version": "6.28.0-staging.4",
4
+ "version": "6.28.0",
5
5
  "main": "dist/main.js",
6
6
  "scripts": {
7
7
  "dev": "vue-cli-service serve --skip-plugins @vue/cli-plugin-eslint",
8
8
  "build": "vue-cli-service build --skip-plugins @vue/cli-plugin-eslint"
9
9
  },
10
10
  "dependencies": {
11
- "@eturnity/eturnity_maths": "6.28.0-staging.0",
11
+ "@eturnity/eturnity_maths": "6.28.0",
12
12
  "axios": "^1.3.2",
13
13
  "cors": "^2.8.5",
14
14
  "core-js": "^2.6.12",
@@ -240,14 +240,6 @@ export default {
240
240
  },
241
241
  render() {
242
242
  this.renderer.clear()
243
- if (this.orbitControl) {
244
- this.orbitControl.target.set(
245
- this.orbitControl.target.x,
246
- this.orbitControl.target.y,
247
- 2
248
- )
249
- this.orbitControl.update()
250
- }
251
243
  if (['top', 'global'].includes(this.view_mode)) {
252
244
  this.renderer.render(this.scene, this.orthographicCamera)
253
245
  } else {