Skip to content

Commit d80b2a2

Browse files
committed
add gallery page
1 parent 24963bc commit d80b2a2

20 files changed

+5494
-3476
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919
npm-debug.log*
2020
yarn-debug.log*
2121
yarn-error.log*
22+
23+
# maya source files
24+
/public/models/source

package.json

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,15 @@
44
"private": true,
55
"homepage": "https://acm-uiuc.github.io/siggraph",
66
"dependencies": {
7-
"@fortawesome/fontawesome-svg-core": "^1.2.14",
8-
"@fortawesome/free-brands-svg-icons": "^5.7.1",
9-
"@fortawesome/free-solid-svg-icons": "^5.7.1",
10-
"@fortawesome/react-fontawesome": "^0.1.4",
11-
"bootstrap": "^4.1.3",
12-
"gh-pages": "^2.0.0",
13-
"jquery": "^3.3.1",
14-
"popper.js": "^1.14.4",
15-
"react": "^16.5.2",
16-
"react-dom": "^16.5.2",
17-
"react-feather": "^1.1.3",
18-
"react-reveal": "^1.2.2",
19-
"react-router-dom": "^4.3.1",
20-
"react-scripts": "2.0.3",
21-
"react-slick": "^0.23.1",
22-
"slick-carousel": "^1.8.1",
23-
"three": "^0.97.0"
7+
"bootstrap": "^4.3.1",
8+
"gh-pages": "^2.0.1",
9+
"react": "^16.8.6",
10+
"react-bootstrap": "^1.0.0-beta.9",
11+
"react-dom": "^16.8.6",
12+
"react-feather": "^2.0.3",
13+
"react-router-dom": "^5.0.1",
14+
"react-scripts": "^3.0.1",
15+
"three": "^0.106.2"
2416
},
2517
"scripts": {
2618
"predeploy": "npm run build",

public/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
To create a production bundle, use `npm run build` or `yarn build`.
4040
-->
4141
<script src="three/build/three.js"></script>
42-
43-
<script src="three/examples/js/controls/OrbitControls.js"></script>
44-
<script src="three/examples/js/libs/stats.min.js"></script>
45-
<script src="three/examples/js/ImprovedNoise.js"></script>
46-
<script src="three/examples/js/WebGL.js"></script>
4742
</body>
4843

4944
</html>

public/models/gallery/3D Museum.xlsx

4.03 KB
Binary file not shown.
302 KB
Loading

public/models/gallery/cookie.fbx

397 KB
Binary file not shown.
788 KB
Binary file not shown.

public/models/gallery/person2.fbx

112 KB
Binary file not shown.

public/models/gallery/unicorn.fbx

449 KB
Binary file not shown.

public/models/index.fbx

70 KB
Binary file not shown.

0 commit comments

Comments
 (0)