Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Necis Zhang committed Jun 28, 2018
1 parent d33acd0 commit fa0bce5
Show file tree
Hide file tree
Showing 10 changed files with 269 additions and 56 deletions.
Binary file modified front-end/screen/images/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front-end/screen/images/icons8-apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front-end/screen/images/icons8-facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front-end/screen/images/icons8-github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front-end/screen/images/icons8-google.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front-end/screen/images/icons8-qq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion front-end/screen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

<body>
<div id="container"></div>
<div id="STATS">
</div>
<div id="menu">
<button id="table">TABLE</button>
<button id="sphere">SPHERE</button>
Expand All @@ -19,8 +21,10 @@
<script src="libs/three.min.js"></script>
<script src="libs/tween.min.js"></script>
<script src="libs/TrackballControls.js"></script>
<script src="libs/dat.gui.min.js"></script>
<script src="libs/stats.min.js"></script>
<script src="libs/OrbitControls.js"></script>
<script src="libs/CSS3DRenderer.js"></script>
<!-- <script src="libs/CSS3DRenderer.js"></script> -->
<script src="scripts/index.js"></script>
</body>

Expand Down
14 changes: 14 additions & 0 deletions front-end/screen/libs/dat.gui.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions front-end/screen/libs/stats.min.js

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

Loading

0 comments on commit fa0bce5

Please sign in to comment.