parent
dded4cc11b
commit
709079b09f
File diff suppressed because one or more lines are too long
@ -1,2 +1,42 @@ |
|||||||
# 3dPlatform |
# 3dPlatform |
||||||
|
|
||||||
使用Threejs开源框架,实现WEB端三维模型的定制化展示 |
使用Threejs开源框架,实现WEB端三维模型的定制化展示 |
||||||
|
|
||||||
|
项目源码地址:[https://github.com/TONKIA/3dPlatform](https://github.com/TONKIA/3dPlatform) |
||||||
|
|
||||||
|
# 项目运行 |
||||||
|
|
||||||
|
```bash |
||||||
|
cnpm install |
||||||
|
nodemon app |
||||||
|
``` |
||||||
|
|
||||||
|
# 效果图 |
||||||
|
|
||||||
|
#### 登录页面 |
||||||
|
|
||||||
|
![](./readme.img/loginPage.png) |
||||||
|
|
||||||
|
#### 用户主页 |
||||||
|
|
||||||
|
![](./readme.img/homePage.png) |
||||||
|
|
||||||
|
#### 创建方案 |
||||||
|
|
||||||
|
![](./readme.img/create.png) |
||||||
|
|
||||||
|
![](./readme.img/sidebar.png) |
||||||
|
|
||||||
|
#### 方案分享 |
||||||
|
|
||||||
|
![](./readme.img/share.png) |
||||||
|
|
||||||
|
#### 分享页面 |
||||||
|
|
||||||
|
![](./readme.img/sharePage.png) |
||||||
|
|
||||||
|
# 第三方开源 |
||||||
|
|
||||||
|
- Three.js [https://github.com/mrdoob/three.js](https://github.com/mrdoob/three.js) |
||||||
|
- ZUI [https://github.com/easysoft/zui](https://github.com/easysoft/zui) |
||||||
|
|
||||||
|
Loading…
Reference in new issue