Skip to content

Commit

Permalink
chore: update three to r154
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie committed Jul 27, 2023
1 parent 3c8b386 commit a50292d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/effects_postprocessing.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
// Simple postprocessing setup
//
var postprocessScene = new itowns.THREE.Scene();
var quad = new itowns.THREE.Mesh(new itowns.THREE.PlaneBufferGeometry(2, 2), null);
var quad = new itowns.THREE.Mesh(new itowns.THREE.PlaneGeometry(2, 2), null);
var cam = new itowns.THREE.OrthographicCamera(-1, 1, 1, -1, 0, 10);

setupLoadingScreen(viewerDiv, view);
Expand Down
27 changes: 17 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@
},
"peerDependencies": {
"proj4": "^2.8.0",
"three": "0.153.0"
"three": "^0.154.0"
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/register": "^7.22.5",
"@types/three": "^0.153.0",
"@types/three": "^0.154.0",
"babel-inline-import-loader": "^1.0.1",
"babel-loader": "^9.1.2",
"babel-plugin-inline-import": "^3.0.0",
Expand Down Expand Up @@ -110,7 +110,7 @@
"puppeteer": "^19.4.0",
"q": "^1.5.1",
"replace-in-file": "^7.0.1",
"three": "0.153.0",
"three": "^0.154.0",
"typescript": "^5.1.6",
"url-polyfill": "^1.1.12",
"webpack": "^5.87.0",
Expand Down

0 comments on commit a50292d

Please sign in to comment.