Skip to content

Commit

Permalink
Revert three.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed May 16, 2023
1 parent c82bc13 commit 8cef83f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 77 deletions.
90 changes: 16 additions & 74 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 @@ -25,7 +25,7 @@
"@types/camelcase-keys-deep": "^0.1.0",
"@types/express": "^4.17.17",
"@types/node": "^20.1.5",
"@types/three": "^0.152.0",
"@types/three": "^0.149.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"async-lock": "^1.4.0",
Expand All @@ -43,7 +43,7 @@
"prettier": "^2.8.8",
"reconnecting-websocket": "^4.4.0",
"terser": "^5.17.4",
"three": "^0.151.3",
"three": "^0.150.1",
"tone": "^14.7.77",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/client/scene/scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class ChainVizScene {
});

// stats
this.stats = new Stats();
this.stats = Stats();
//document.body.appendChild(this.stats.dom);
//this.stats.domElement.style.cssText = "position:absolute; bottom:0px; right:0px;";
// orbit controls
Expand Down

0 comments on commit 8cef83f

Please sign in to comment.