Skip to content

Commit 1a7e11b

Browse files
authored
Merge pull request #311 from darwinia-network/three-d-model-updates
3D Model updates
2 parents 2096b04 + 1b75553 commit 1a7e11b

39 files changed

Lines changed: 998 additions & 772 deletions

File tree

package-lock.json

Lines changed: 106 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@
66
"@testing-library/jest-dom": "^5.16.4",
77
"@testing-library/react": "^13.3.0",
88
"@testing-library/user-event": "^13.5.0",
9+
"@types/dat.gui": "^0.7.7",
910
"@types/jest": "^27.5.2",
1011
"@types/node": "^16.11.39",
1112
"@types/react": "^18.0.12",
1213
"@types/react-dom": "^18.0.5",
14+
"@types/three": "^0.141.0",
1315
"aos": "^2.3.4",
1416
"axios": "^0.27.2",
1517
"babel-plugin-prismjs": "^2.1.0",
18+
"bignumber.js": "^9.0.2",
19+
"dat.gui": "^0.7.9",
1620
"i18next": "^21.8.9",
21+
"lodash.throttle": "^4.1.1",
1722
"lottie-web": "^5.9.4",
1823
"react": "^18.1.0",
1924
"react-dom": "^18.1.0",
@@ -22,6 +27,7 @@
2227
"react-scripts": "5.0.1",
2328
"react-syntax-highlighter": "^15.5.0",
2429
"react-transition-group": "^4.4.2",
30+
"three": "^0.142.0",
2531
"typescript": "^4.7.3",
2632
"web-vitals": "^2.1.4"
2733
},
@@ -53,6 +59,7 @@
5359
},
5460
"devDependencies": {
5561
"@types/aos": "^3.0.4",
62+
"@types/lodash.throttle": "^4.1.7",
5663
"@types/react-syntax-highlighter": "^15.5.2",
5764
"@types/react-transition-group": "^4.4.5",
5865
"@typescript-eslint/eslint-plugin": "^5.27.1",

public/darwinia_model/scene.fbx

314 KB
Binary file not shown.

public/genepaper_v2.pdf

-73 Bytes
Binary file not shown.

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function App() {
1111
<>
1212
<AccountContext.Provider value={{ state: accountState, dispatch: accountDispatch }}>
1313
<Navigation />
14-
<ScrollToTop/>
14+
<ScrollToTop />
1515
<Routes />
1616
</AccountContext.Provider>
1717
</>
-1.13 KB
Binary file not shown.
-1.07 KB
Binary file not shown.
-66.3 KB
Binary file not shown.
-867 Bytes
Binary file not shown.
-1.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)