Skip to content

Commit

Permalink
core: update three.js to 0.146.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux authored and mgermerie committed Dec 15, 2022
1 parent 2bfe4e6 commit 55e7016
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"peerDependencies": {
"proj4": "^2.8.0",
"three": "0.140.2"
"three": "0.146.0"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
Expand Down Expand Up @@ -106,7 +106,7 @@
"puppeteer": "^14.1.1",
"q": "^1.5.1",
"replace-in-file": "^6.3.2",
"three": "0.140.2",
"three": "0.146.0",
"url-polyfill": "^1.1.12",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/View.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class View extends THREE.EventDispatcher {

this.scene = options.scene3D || new THREE.Scene();
if (!options.scene3D) {
this.scene.autoUpdate = false;
this.scene.matrixWorldAutoUpdate = false;
}

this.camera = new Camera(
Expand Down

0 comments on commit 55e7016

Please sign in to comment.