|
1 | | -# ThreeJS-Model-Tutorial |
| 1 | +# ThreeJS Tutorial |
2 | 2 |
|
3 | 3 | [![action][ci-image]][ci-url] |
4 | 4 | [![license][license-image]][repository-url] |
|
11 | 11 |
|
12 | 12 | ## 预览 |
13 | 13 |
|
14 | | -- [模型自动拆分展示/爆炸效果](https://funnyzak.github.io/threejs-model-tutorial/#/tutorial/dismantling2) |
15 | | -  |
16 | | -- [模型自动拆分展示/爆炸效果](https://funnyzak.github.io/threejs-model-tutorial/#/tutorial/dismantling) |
17 | | -  |
| 14 | +- [模型自动拆分展示/爆炸效果](https://funnyzak.github.io/threejs-tutorial/#/tutorial/dismantling2) |
| 15 | +  |
| 16 | +- [模型自动拆分展示/爆炸效果](https://funnyzak.github.io/threejs-tutorial/#/tutorial/dismantling) |
| 17 | +  |
18 | 18 |
|
19 | 19 | ## 使用 |
20 | 20 |
|
21 | | -使用的 Node 的构建版本为 **v16.6.2**,为避免冲突,建议使用此版本。可以使用 **_nvm_** 管理 Node 版本。 |
22 | | - |
23 | 21 | ```bash |
24 | 22 | # 安装依赖 |
25 | 23 | npm install |
@@ -52,11 +50,11 @@ npm run test:unit |
52 | 50 |
|
53 | 51 | MIT License © 2021 [funnyzak](https://github.com/funnyzak) |
54 | 52 |
|
55 | | -[ci-image]: https://img.shields.io/github/workflow/status/funnyzak/threejs-model-tutorial/Release |
56 | | -[ci-url]: https://github.com/funnyzak/threejs-model-tutorial/actions |
57 | | -[license-image]: https://img.shields.io/github/license/funnyzak/threejs-model-tutorial.svg?style=flat-square |
58 | | -[repository-url]: https://github.com/funnyzak/threejs-model-tutorial |
59 | | -[github-pages-image]: https://img.shields.io/github/pages/funnyzak/threejs-model-tutorial.svg?style=flat-square |
60 | | -[github-pages-url]: https://funnyzak.github.io/threejs-model-tutorial/ |
61 | | -[commit-activity-image]: https://img.shields.io/github/commit-activity/m/funnyzak/threejs-model-tutorial?style=flat-square |
62 | | -[last-commit-image]: https://img.shields.io/github/last-commit/funnyzak/threejs-model-tutorial?style=flat-square |
| 53 | +[ci-image]: https://img.shields.io/github/workflow/status/funnyzak/threejs-tutorial/Release |
| 54 | +[ci-url]: https://github.com/funnyzak/threejs-tutorial/actions |
| 55 | +[license-image]: https://img.shields.io/github/license/funnyzak/threejs-tutorial.svg?style=flat-square |
| 56 | +[repository-url]: https://github.com/funnyzak/threejs-tutorial |
| 57 | +[github-pages-image]: https://img.shields.io/github/pages/funnyzak/threejs-tutorial.svg?style=flat-square |
| 58 | +[github-pages-url]: https://funnyzak.github.io/threejs-tutorial/ |
| 59 | +[commit-activity-image]: https://img.shields.io/github/commit-activity/m/funnyzak/threejs-tutorial?style=flat-square |
| 60 | +[last-commit-image]: https://img.shields.io/github/last-commit/funnyzak/threejs-tutorial?style=flat-square |
0 commit comments