Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/chym123/3DRollCall
Browse files Browse the repository at this point in the history
  • Loading branch information
CryUshio committed Dec 10, 2017
2 parents acceab5 + e978bac commit 51806d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# 3DRollCall
3d点名器
### 3d点名器 - 前端初学者
###### 有不足之处恳请各位提出宝贵的修改意见或版本!



* 用Vue.js+HTML+jQuery+CSS3实现的点名器

* 可以配置config.js对点名对象、背景音乐进行编辑

* 可以进入自由模式,拖动和缩放对象,按键盘← →键可以以z轴为中心旋转

* 配合音效使点名器更炫酷

<p>随机算法采用原生js自带函数Math.random()</p>
<p>由于使用了es6箭头函数,浏览器最好使用<b>chrome</b>。</p>
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@


<body>
<!-- <iframe id="data" src="src/sound/bg_music/config.txt" width="400px" height="200px">
</iframe> -->

<div id="app">
<div class="control-center" id="control" v-on:mouseleave="clearButton()">
<div class="freemove" :class="{'not-freemove': isFreedisabled}" title="自由移动"
Expand Down

0 comments on commit 51806d4

Please sign in to comment.